diff options
| author | Benno Schulenberg <bensberg@justemail.net> | 2013-10-03 21:40:04 +0200 |
|---|---|---|
| committer | Karel Zak <kzak@redhat.com> | 2013-10-08 15:38:39 +0200 |
| commit | fd56121ac3172de22c3b2fc0481ba21483ee7373 (patch) | |
| tree | ed73b215e2d11be2dbe34b181f7d888ce9ffb1c9 /libfdisk/src | |
| parent | cfa5f791bf3e612c5bcd843f771f49e374efe778 (diff) | |
| download | util-linux-fd56121ac3172de22c3b2fc0481ba21483ee7373.tar.gz | |
textual: change spelling of "disk label" to the more abundant "disklabel"
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Diffstat (limited to 'libfdisk/src')
| -rw-r--r-- | libfdisk/src/bsd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libfdisk/src/bsd.c b/libfdisk/src/bsd.c index 3ea06e86..91826bce 100644 --- a/libfdisk/src/bsd.c +++ b/libfdisk/src/bsd.c @@ -576,7 +576,7 @@ int fdisk_bsd_write_bootstrap(struct fdisk_context *cxt) for (p = dp; p < dp + sizeof(struct bsd_disklabel); p++) { if (!*p) continue; - fdisk_warnx(cxt, _("Bootstrap overlaps with disk label!")); + fdisk_warnx(cxt, _("Bootstrap overlaps with disklabel!")); return -EINVAL; } |
