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/context_umount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmount/src/context_umount.c') diff --git a/libmount/src/context_umount.c b/libmount/src/context_umount.c index dc417e3e0..3486ef543 100644 --- a/libmount/src/context_umount.c +++ b/libmount/src/context_umount.c @@ -508,7 +508,7 @@ static int do_umount(struct libmnt_context *cxt) cxt->mountflags |= MS_REMOUNT | MS_RDONLY; cxt->flags &= ~MNT_FL_LOOPDEL; DBG(CXT, mnt_debug_h(cxt, - "umount(2) failed [errno=%d] -- tring remount read-only", + "umount(2) failed [errno=%d] -- trying to remount read-only", -cxt->syscall_status)); rc = mount(src, mnt_fs_get_target(cxt->fs), NULL, -- cgit v1.2.3-55-g7522