From 7b5182f2889310fc43d5fe05e7ec1ffd3c1f7b06 Mon Sep 17 00:00:00 2001 From: Andre Heinecke Date: Fri, 8 Dec 2017 05:59:11 +0100 Subject: Spelling fixes for comments and doc -- Patch provided by ka7 in dev.gnupg.org Differential D423 --- lang/python/examples/exportimport.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang/python/examples/exportimport.py') diff --git a/lang/python/examples/exportimport.py b/lang/python/examples/exportimport.py index 8ae87a8c..d84a01c3 100755 --- a/lang/python/examples/exportimport.py +++ b/lang/python/examples/exportimport.py @@ -45,7 +45,7 @@ with gpg.Context(armor=True) as c, gpg.Data() as expkey: # of them. with gpg.Context() as c: # Note: We must not modify the key store during iteration, - # therfore, we explicitly make a list. + # therefore, we explicitly make a list. keys = list(c.keylist(user)) for k in keys: -- cgit v1.2.3