lib/fuse_lowlevel.c: fix small typo in fuse_ll_help (#44)
authorDavid Sheets <sheets@alum.mit.edu>
Wed, 11 May 2016 21:02:53 +0000 (22:02 +0100)
committerNikolaus Rath <Nikolaus@rath.org>
Wed, 11 May 2016 21:02:53 +0000 (14:02 -0700)
s/disable remove file locking/disable remote file locking/

lib/fuse_lowlevel.c

index 91568b1530d832417d26f6a8f5723c89b3883655..d3a8d3bfd0203030caffb7cfd51d395033cd0814 100755 (executable)
@@ -2632,7 +2632,7 @@ static void fuse_ll_help(void)
 "    -o big_writes          enable larger than 4kB writes\n"
 "    -o no_remote_lock      disable remote file locking\n"
 "    -o no_remote_flock     disable remote file locking (BSD)\n"
-"    -o no_remote_posix_lock  disable remove file locking (POSIX)\n"
+"    -o no_remote_posix_lock  disable remote file locking (POSIX)\n"
 "    -o [no_]splice_write     use splice to write to the fuse device\n"
 "    -o [no_]splice_move      move data while splicing to the fuse device\n"
 "    -o [no_]splice_read      use splice to read from the fuse device\n"