From 6855b34bdc9d183bba9793151dc51ff3c701f9e7 Mon Sep 17 00:00:00 2001 From: Veres Lajos Date: Sat, 8 Nov 2014 22:24:02 +0000 Subject: [PATCH] typo fixes - https://github.com/vlajos/misspell_fixer --- ChangeLog | 2 +- compat/fuse_opt.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 618a427..fc42cd9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -539,7 +539,7 @@ 2005-02-09 Miklos Szeredi - * 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. diff --git a/compat/fuse_opt.h b/compat/fuse_opt.h index 9e159d5..7d1a971 100644 --- a/compat/fuse_opt.h +++ b/compat/fuse_opt.h @@ -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 @@ -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