diff options
author | Andre Heinecke <[email protected]> | 2017-12-08 04:59:11 +0000 |
---|---|---|
committer | Andre Heinecke <[email protected]> | 2017-12-08 04:59:11 +0000 |
commit | 7b5182f2889310fc43d5fe05e7ec1ffd3c1f7b06 (patch) | |
tree | eec53d15eec31d2dffa85058c91ee44827f7932c /lang/python/examples/exportimport.py | |
parent | cpp: Fix handling of lsig promotion (diff) | |
download | gpgme-7b5182f2889310fc43d5fe05e7ec1ffd3c1f7b06.tar.gz gpgme-7b5182f2889310fc43d5fe05e7ec1ffd3c1f7b06.zip |
Spelling fixes for comments and doc
--
Patch provided by ka7 in dev.gnupg.org
Differential D423
Diffstat (limited to 'lang/python/examples/exportimport.py')
-rwxr-xr-x | lang/python/examples/exportimport.py | 2 |
1 files changed, 1 insertions, 1 deletions
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: |