]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2009-07-15 Pavel Roskin <proski@gnu.org>
authorproski <proski@localhost>
Wed, 15 Jul 2009 19:30:34 +0000 (19:30 +0000)
committerproski <proski@localhost>
Wed, 15 Jul 2009 19:30:34 +0000 (19:30 +0000)
* commands/probe.c (options): Typo fix.

ChangeLog
commands/probe.c

index fd9b9e41e9f9fbb59f111abe9d4c2633463dda71..3f6ace35315f1216b0820ee2cd693493d87a7ccf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2009-07-15  Pavel Roskin  <proski@gnu.org>
 
+       * commands/probe.c (options): Typo fix.
+
        * include/grub/i386/pc/boot.h (GRUB_BOOT_MACHINE_BPB_END):
        Increase to 0x5a to accommodate FAT32.  Adjust other offsets
        accordingly.
index 463190788433bff2dd7bb90ffc4bba71d473d712..9e95e6aafabeb54e22fbf4636440c1f761b997ef 100644 (file)
@@ -36,7 +36,7 @@ static const struct grub_arg_option options[] =
     {"set",             's', GRUB_ARG_OPTION_OPTIONAL,
      "set a variable to return value", "VAR", ARG_TYPE_STRING},
     {"driver",         'd', 0, "determine driver", 0, 0},
-    {"partmap",                'p', 0, "determine partion map type", 0, 0},
+    {"partmap",                'p', 0, "determine partition map type", 0, 0},
     {"fs",             'f', 0, "determine filesystem type", 0, 0},
     {"fs-uuid",                'u', 0, "determine filesystem UUID", 0, 0},
     {"label",          'l', 0, "determine filesystem label", 0, 0},