]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2010-01-13 Robert Millan <rmh.grub@aybabtu.com>
authorRobert Millan <rmh@aybabtu.com>
Wed, 13 Jan 2010 19:10:57 +0000 (19:10 +0000)
committerRobert Millan <rmh@aybabtu.com>
Wed, 13 Jan 2010 19:10:57 +0000 (19:10 +0000)
* util/mkisofs/rock.c (generate_rock_ridge_attributes): Fix a typo.

ChangeLog
util/mkisofs/rock.c

index e2fd92f68c6bcb1c823b5ea1e2b75fc5e641bd5d..788328502d74fa3a4a6bbad57a82a9e10e526068 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-01-13  Robert Millan  <rmh.grub@aybabtu.com>
+
+       * util/mkisofs/rock.c (generate_rock_ridge_attributes): Fix a typo.
+
 2010-01-12  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * loader/i386/pc/multiboot2.c: Removed stalled file.
index a4cc27fa9000e615597232b644f68fc1a41e6386..f18b0bd836c5c4c19073e10c1f9ed7b97d616fc4 100644 (file)
@@ -5,7 +5,7 @@
 
    Copyright 1993 Yggdrasil Computing, Incorporated
 
-   Copyright (C) 2009  Free Software Foundation, Inc.
+   Copyright (C) 2009,2010  Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -306,7 +306,7 @@ int deep_opt;
             * the symbolic link won't fit into one SL System Use Field
             * print an error message and continue with splited one
             */
-           fprintf(stderr, _("symbolic link ``%s'' to long for one SL System Use Field, splitting"), cpnt);
+           fprintf (stderr, _("symbolic link ``%s'' too long for one SL System Use Field, splitting"), cpnt);
          }
        if(MAYBE_ADD_CE_ENTRY(SL_SIZE + sl_bytes)) add_CE_entry();
      }