Fix spelling mistake
authorEric Engestrom <eric@engestrom.ch>
Sat, 2 Apr 2016 16:38:47 +0000 (17:38 +0100)
committerEric Engestrom <eric@engestrom.ch>
Sat, 2 Apr 2016 16:38:47 +0000 (17:38 +0100)
include/fuse.h

index 05dd24066196590743e0f021c8681addee5e7832..70f2f812c98164dc8f1dc558331be675c5e48d56 100644 (file)
@@ -705,7 +705,7 @@ void fuse_exit(struct fuse *f);
  * If you are using multiple threads, you can enjoy all the parallel execution
  * and interactive response benefits of threads, and you get to enjoy all the
  * benefits of race conditions and locking bugs, too. Ensure that any code used
- * in the callback funtion of fuse_operations is also thread-safe.
+ * in the callback function of fuse_operations is also thread-safe.
  *
  * @param f the FUSE handle
  * @return 0 if no error occurred, -1 otherwise