diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2005-10-11 10:12:08 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2005-10-11 10:12:08 +0000 |
commit | b75d4b9bc09ff071b2dfcdf632a7382733e7fa8b (patch) | |
tree | 9db2134cbeec178da7684fe67136d06992798e0f /util | |
parent | 7f54fb491cd1250fdb0f9c7d1acb2a1408c2030c (diff) | |
download | libfuse-b75d4b9bc09ff071b2dfcdf632a7382733e7fa8b.tar.gz |
spelling fix
Diffstat (limited to 'util')
-rw-r--r-- | util/fusermount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/fusermount.c b/util/fusermount.c index cd98ab5..742a25f 100644 --- a/util/fusermount.c +++ b/util/fusermount.c @@ -238,7 +238,7 @@ static int count_fuse_fs(void) const char *mtab = _PATH_MOUNTED; FILE *fp = setmntent(mtab, "r"); if (fp == NULL) { - fprintf(stderr, "%s: faild to open %s: %s\n", progname, mtab, + fprintf(stderr, "%s: failed to open %s: %s\n", progname, mtab, strerror(errno)); return -1; } |