aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sshfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sshfs.c b/sshfs.c
index 22c1e2d..c5a2434 100644
--- a/sshfs.c
+++ b/sshfs.c
@@ -3554,7 +3554,7 @@ int main(int argc, char *argv[])
res = fcntl(fuse_chan_fd(ch), F_SETFD, FD_CLOEXEC);
if (res == -1)
- perror("WARNING: failed to set FD_CLOESEC on fuse device");
+ perror("WARNING: failed to set FD_CLOEXEC on fuse device");
fuse = fuse_new(ch, &args, cache_init(&sshfs_oper),
sizeof(struct fuse_operations), NULL);