From 75a4f462b55834e27adb7c1f863521a99eb573de Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 23 Mar 2012 16:19:16 +0100 Subject: [PATCH] Fix typo in gnupg.conf file. --- python/pakfire/keyring.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pakfire/keyring.py b/python/pakfire/keyring.py index 50154554c..e2a1db889 100644 --- a/python/pakfire/keyring.py +++ b/python/pakfire/keyring.py @@ -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 -- 2.39.5