summaryrefslogtreecommitdiffstats
path: root/disk-utils/cfdisk.c
diff options
context:
space:
mode:
authorKarel Zak2017-03-22 10:43:55 +0100
committerKarel Zak2017-03-22 10:43:55 +0100
commitb607e5facafdeae0ae7025365a3403651aed0dc4 (patch)
treedd2f845c91f7a92eeb0edb7338eccaaac655cbef /disk-utils/cfdisk.c
parentlibfdisk: fix compiler warning [-Wsign-compare] (diff)
downloadkernel-qcow2-util-linux-b607e5facafdeae0ae7025365a3403651aed0dc4.tar.gz
kernel-qcow2-util-linux-b607e5facafdeae0ae7025365a3403651aed0dc4.tar.xz
kernel-qcow2-util-linux-b607e5facafdeae0ae7025365a3403651aed0dc4.zip
Fix menu spelling in cfdisk debug messages
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'disk-utils/cfdisk.c')
-rw-r--r--disk-utils/cfdisk.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/disk-utils/cfdisk.c b/disk-utils/cfdisk.c
index cb9f3421d..cc4a8676f 100644
--- a/disk-utils/cfdisk.c
+++ b/disk-utils/cfdisk.c
@@ -1530,14 +1530,14 @@ static int ui_menu_move(struct cfdisk *cf, int key)
return 0;
}
- DBG(MENU, ul_debug(" no memu move key"));
+ DBG(MENU, ul_debug(" no menu move key"));
return 1;
}
/* but don't call me from ui_run(), this is for pop-up menus only */
static void ui_menu_resize(struct cfdisk *cf)
{
- DBG(MENU, ul_debug("memu resize/refresh"));
+ DBG(MENU, ul_debug("menu resize/refresh"));
resize();
ui_clean_menu(cf);
menu_refresh_size(cf);