summaryrefslogtreecommitdiffstats
path: root/libfdisk/src/dos.c
diff options
context:
space:
mode:
authorKarel Zak2014-08-28 10:45:58 +0200
committerKarel Zak2014-08-28 10:45:58 +0200
commitafef428f406790898666ba9810e9e3f4f836b8c8 (patch)
tree6d17da384a14acd0799b0ab78238f0a631380dc9 /libfdisk/src/dos.c
parentinclude/optutils: fix typo (diff)
downloadkernel-qcow2-util-linux-afef428f406790898666ba9810e9e3f4f836b8c8.tar.gz
kernel-qcow2-util-linux-afef428f406790898666ba9810e9e3f4f836b8c8.tar.xz
kernel-qcow2-util-linux-afef428f406790898666ba9810e9e3f4f836b8c8.zip
libfdisk: (dos) fix typo
Reported-by: https://github.com/Mikachu Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libfdisk/src/dos.c')
-rw-r--r--libfdisk/src/dos.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libfdisk/src/dos.c b/libfdisk/src/dos.c
index 3cc67399f..13bde11e6 100644
--- a/libfdisk/src/dos.c
+++ b/libfdisk/src/dos.c
@@ -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)