diff options
| author | Petr Uzel <petr.uzel@suse.cz> | 2012-07-26 16:04:25 +0200 |
|---|---|---|
| committer | Karel Zak <kzak@redhat.com> | 2012-07-26 17:18:53 +0200 |
| commit | 6a95c736dcb7fae9d4e50caf611cb7e1a7e50ab8 (patch) | |
| tree | 5cd7e2242e46df5d832cd29042d8a1b08e958370 /fdisks/fdisk.c | |
| parent | b29ce87ba499bca5eea5ff2878aa112a0162f22b (diff) | |
| download | util-linux-6a95c736dcb7fae9d4e50caf611cb7e1a7e50ab8.tar.gz | |
fdisk: fix typo
Signed-off-by: Petr Uzel <petr.uzel@suse.cz>
Diffstat (limited to 'fdisks/fdisk.c')
| -rw-r--r-- | fdisks/fdisk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fdisks/fdisk.c b/fdisks/fdisk.c index 0aa8a0b2..3eddfa11 100644 --- a/fdisks/fdisk.c +++ b/fdisks/fdisk.c @@ -1561,7 +1561,7 @@ expert_command_prompt(struct fdisk_context *cxt) if (dos_compatible_flag) fprintf(stderr, _("Warning: setting " "sector offset for DOS " - "compatiblity\n")); + "compatibility\n")); update_sector_offset(cxt); update_units(cxt); break; |
