* util/import_gcry.py: Fix typo.

This commit is contained in:
Colin Watson 2011-04-12 11:39:17 +01:00
parent ec9f5e0d73
commit 0c67693394
2 changed files with 5 additions and 1 deletions

View file

@ -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.

View 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")