diff options
Diffstat (limited to 'libmount/src/cache.c')
-rw-r--r-- | libmount/src/cache.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |