]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* grub-core/commands/hashsum.c (grub_cmd_hashsum): Remove dot at the end
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sat, 10 Mar 2012 11:23:47 +0000 (12:23 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sat, 10 Mar 2012 11:23:47 +0000 (12:23 +0100)
of error message.

ChangeLog
grub-core/commands/hashsum.c

index 942a7bddb3aeebafef2705a7bb280e19c8034490..66c80e6c75fc29ec90704b0ffcf60607edd516d8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-03-10  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * grub-core/commands/hashsum.c (grub_cmd_hashsum): Remove dot at the end
+       of error message.
+
 2012-03-09  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * util/grub-install.in: Fix install non-PreP IEEE1275 install.
@@ -6,7 +11,7 @@
 
        * grub-core/commands/i386/pc/sendkey.c (GRUB_MOD_INIT): Fix confusing
        message.
-       * util/grub-install.in: Fix anf gettextize error message.
+       * util/grub-install.in: Fix and gettextize error message.
 
 2012-03-08  Vladimir Serbinenko  <phcoder@gmail.com>
 
index ca298438209a7b56adf68d2cd01a2990639301e5..d8fd4cde573f3bad4053627dd090fe6dfa4c0acb 100644 (file)
@@ -248,7 +248,7 @@ grub_cmd_hashsum (struct grub_extcmd_context *ctxt,
     }
 
   if (unread)
-    return grub_error (GRUB_ERR_TEST_FAILURE, "%d files couldn't be read.",
+    return grub_error (GRUB_ERR_TEST_FAILURE, "%d files couldn't be read",
                       unread);
   return GRUB_ERR_NONE;
 }