]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
libmount: fix trivial typos
authorPetr Uzel <petr.uzel@suse.cz>
Thu, 14 Jun 2012 14:13:03 +0000 (16:13 +0200)
committerKarel Zak <kzak@redhat.com>
Fri, 15 Jun 2012 09:52:13 +0000 (11:52 +0200)
Signed-off-by: Petr Uzel <petr.uzel@suse.cz>
libmount/src/context_mount.c

index e00fbe9d0f1607539ccf06d1a14f61aa2452b57e..36dc414aea21bbc3110abacb02f2c62ac12811fa 100644 (file)
@@ -168,7 +168,7 @@ done:
 }
 
 /*
- * Converts already evalulated and fixed options to the form that is compatible
+ * Converts already evaluated and fixed options to the form that is compatible
  * with /sbin/mount.type helpers.
  */
 static int generate_helper_optstr(struct libmnt_context *cxt, char **optstr)
@@ -182,7 +182,7 @@ static int generate_helper_optstr(struct libmnt_context *cxt, char **optstr)
        assert(cxt->fs);
        assert(optstr);
 
-       DBG(CXT, mnt_debug_h(cxt, "mount: generate heper mount options"));
+       DBG(CXT, mnt_debug_h(cxt, "mount: generate helper mount options"));
 
        *optstr = mnt_fs_strdup_options(cxt->fs);
        if (!*optstr)