]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
libfdisk: (dos) fix typo
authorKarel Zak <kzak@redhat.com>
Thu, 28 Aug 2014 08:45:58 +0000 (10:45 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 28 Aug 2014 08:45:58 +0000 (10:45 +0200)
Reported-by: https://github.com/Mikachu
Signed-off-by: Karel Zak <kzak@redhat.com>
libfdisk/src/dos.c

index 3cc67399f195dc810720f9bb5ff533c62e7e0fdb..13bde11e688508b2e5210a79930bf2eea5f0cb10 100644 (file)
@@ -152,7 +152,7 @@ static void partition_set_changed(
                return;
 
        DBG(LABEL, ul_debug("DOS: setting %zu partition to %s", i,
-                               changed ? "changed" : "unchnaged"));
+                               changed ? "changed" : "unchanged"));
 
        pe->changed = changed ? 1 : 0;
        if (changed)