From 26e42d8123843d09926f989040dec8169c1de62f Mon Sep 17 00:00:00 2001 From: Petr Uzel Date: Wed, 9 Nov 2011 10:10:52 +0100 Subject: libmount: fix trivial typos in debugging output Signed-off-by: Petr Uzel --- libmount/src/cache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmount/src/cache.c') diff --git a/libmount/src/cache.c b/libmount/src/cache.c index 41aa4fe2..cf319ca2 100644 --- a/libmount/src/cache.c +++ b/libmount/src/cache.c @@ -681,7 +681,7 @@ int test_read_tags(struct libmnt_test *ts, int argc, char *argv[]) if (*line == '/') { if (mnt_cache_read_tags(cache, line) < 0) - fprintf(stderr, "%s: read tags faild\n", line); + fprintf(stderr, "%s: read tags failed\n", line); } else if (strchr(line, '=')) { char *tag, *val; -- cgit v1.2.3