From b75d4b9bc09ff071b2dfcdf632a7382733e7fa8b Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Tue, 11 Oct 2005 10:12:08 +0000 Subject: spelling fix --- util/fusermount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/fusermount.c') 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; } -- cgit v1.2.3