Skip to content

typo fixes - https://github.com/vlajos/misspell_fixer #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@

2005-02-09 Miklos Szeredi <miklos@szeredi.hu>

* Added option to start arbitary command instead of 'ssh'
* Added option to start arbitrary command instead of 'ssh'

* Re-added '-p PORT' as a convenience option, also '-C' works as
in ssh.
Expand Down
4 changes: 2 additions & 2 deletions compat/fuse_opt.h
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ struct fuse_args {
*
* The 'arg' parameter will always contain the whole argument or
* option including the parameter if exists. A two-argument option
* ("-x foo") is always converted to single arguemnt option of the
* ("-x foo") is always converted to single argument option of the
* form "-xfoo" before this function is called.
*
* Options of the form '-ofoo' are passed to this function without the
Expand Down Expand Up @@ -222,7 +222,7 @@ int fuse_opt_add_arg(struct fuse_args *args, const char *arg);
* argument vector
*
* Adds the argument to the N-th position. This is useful for adding
* options at the beggining of the array which must not come after the
* options at the beginning of the array which must not come after the
* special '--' option.
*
* @param args is the structure containing the current argument list
Expand Down