Signed-off-by: Petr Uzel <petr.uzel@xxxxxxx> --- libmount/src/context_mount.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libmount/src/context_mount.c b/libmount/src/context_mount.c index e00fbe9..36dc414 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) -- 1.7.7 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html