fdisk: fix typo in debug string

Signed-off-by: Vaclav Dolezal <vdolezal@redhat.com>
This commit is contained in:
Vaclav Dolezal 2017-08-29 15:29:27 +02:00
parent 1c199a6e15
commit 36787f7a97
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ int get_user_reply(const char *prompt, char *buf, size_t bufsz)
size_t sz;
int ret = 0;
DBG(ASK, ul_debug("asking for user replay %s", is_interactive ? "[interactive]" : ""));
DBG(ASK, ul_debug("asking for user reply %s", is_interactive ? "[interactive]" : ""));
sigemptyset(&act.sa_mask);
sigaction(SIGINT, &act, &oldact);