]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
fdisk: fix typo in debug string
authorVaclav Dolezal <vdolezal@redhat.com>
Tue, 29 Aug 2017 13:29:27 +0000 (15:29 +0200)
committerVaclav Dolezal <vdolezal@redhat.com>
Wed, 9 May 2018 14:44:58 +0000 (16:44 +0200)
Signed-off-by: Vaclav Dolezal <vdolezal@redhat.com>
disk-utils/fdisk.c

index 55af8dc11292a877a6f226de62e1b67388ccbd43..2126b4cb101a8d5751eae8b6b9eac4599db28442 100644 (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);