]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* util/import_gcry.py: Fix typo.
authorColin Watson <cjwatson@ubuntu.com>
Tue, 12 Apr 2011 10:39:17 +0000 (11:39 +0100)
committerColin Watson <cjwatson@ubuntu.com>
Tue, 12 Apr 2011 10:39:17 +0000 (11:39 +0100)
ChangeLog
util/import_gcry.py

index 6112407bc91137bb3aeebefafb89d72544f2e77d..63c6ec58de693feb6bf4c41040ab3506607abcbd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-04-12  Colin Watson  <cjwatson@ubuntu.com>
+
+       * util/import_gcry.py: Fix typo.
+
 2011-04-11  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * NEWS: Add btrfs support.
index 54c178dbf0b083c51867a5a92c065784dc868ef4..b2a0a54519f7cb2c3491429148e1c634343e39bc 100644 (file)
@@ -93,7 +93,7 @@ for cipher_file in cipher_files:
         fw.write ("/* This file was automatically imported with \n")
         fw.write ("   import_gcry.py. Please don't modify it */\n")
         fw.write ("#include <grub/dl.h>\n")
-        # Whole libgcrypt is distributedunder GPLv3+ or compatible
+        # Whole libgcrypt is distributed under GPLv3+ or compatible
         if isc:
             fw.write ("GRUB_MOD_LICENSE (\"GPLv3+\");\n")