summaryrefslogtreecommitdiffstats
path: root/libmount/src/context.c
diff options
context:
space:
mode:
authorPetr Uzel2011-11-09 10:10:52 +0100
committerKarel Zak2011-11-09 10:23:59 +0100
commit26e42d8123843d09926f989040dec8169c1de62f (patch)
treee02c602046e2217fa8a0e89cb1d15ab2f57eb948 /libmount/src/context.c
parentwhereis: remove unused value warning (diff)
downloadkernel-qcow2-util-linux-26e42d8123843d09926f989040dec8169c1de62f.tar.gz
kernel-qcow2-util-linux-26e42d8123843d09926f989040dec8169c1de62f.tar.xz
kernel-qcow2-util-linux-26e42d8123843d09926f989040dec8169c1de62f.zip
libmount: fix trivial typos in debugging output
Signed-off-by: Petr Uzel <petr.uzel@suse.cz>
Diffstat (limited to 'libmount/src/context.c')
-rw-r--r--libmount/src/context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmount/src/context.c b/libmount/src/context.c
index 47d3f85ce..dadde5c89 100644
--- a/libmount/src/context.c
+++ b/libmount/src/context.c
@@ -1542,7 +1542,7 @@ int mnt_context_apply_fstab(struct libmnt_context *cxt)
/* try mtab */
if (rc < 0 && (cxt->optsmode & MNT_OMODE_MTAB)) {
- DBG(CXT, mnt_debug_h(cxt, "tring to apply from mtab"));
+ DBG(CXT, mnt_debug_h(cxt, "trying to apply from mtab"));
rc = mnt_context_get_mtab(cxt, &tab);
if (!rc)
rc = apply_table(cxt, tab, MNT_ITER_BACKWARD);