From: Petr Uzel Date: Thu, 14 Jun 2012 14:13:03 +0000 (+0200) Subject: libmount: fix trivial typos X-Git-Tag: v2.22-rc1~279 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3cbc5a955982f14cdf5c04e5892d511952230bdf;p=thirdparty%2Futil-linux.git libmount: fix trivial typos Signed-off-by: Petr Uzel --- diff --git a/libmount/src/context_mount.c b/libmount/src/context_mount.c index e00fbe9d0f..36dc414aea 100644 --- a/libmount/src/context_mount.c +++ b/libmount/src/context_mount.c @@ -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)