]> git.ipfire.org Git - pakfire.git/commitdiff
Fix typo in gnupg.conf file.
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 23 Mar 2012 15:19:16 +0000 (16:19 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 23 Mar 2012 15:19:16 +0000 (16:19 +0100)
python/pakfire/keyring.py

index 50154554c015a8e767ea8f173a13896e5d731c52..e2a1db889715ae6811f114f4765353b95845d883 100644 (file)
@@ -58,7 +58,7 @@ class Keyring(object):
 
                # Create a default gnupg.conf.
                f = open(filename, "w")
-               f.write("# This is a default gnupg configuration file create by\n")
+               f.write("# This is a default gnupg configuration file created by\n")
                f.write("# Pakfire %s.\n" % PAKFIRE_VERSION)
                f.close()
                # XXX chmod 600