aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen McGinnes <[email protected]>2016-08-16 15:27:07 +0000
committerBen McGinnes <[email protected]>2016-08-16 15:27:07 +0000
commit5eb79cce0c05c28bde228f4b5b5a72506bcc32c5 (patch)
tree04579e5279d7f726b24388866488b58214449940
parentQt: Add test for progress signal of encryptjob (diff)
downloadgpgme-5eb79cce0c05c28bde228f4b5b5a72506bcc32c5.tar.gz
gpgme-5eb79cce0c05c28bde228f4b5b5a72506bcc32c5.zip
Spelling fix
* Changed binginds to bindings. :)
-rw-r--r--lang/python/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python/README b/lang/python/README
index 7ce8894b..8b8fc736 100644
--- a/lang/python/README
+++ b/lang/python/README
@@ -7,7 +7,7 @@ https://www.gnupg.org/related_software/gpgme/
PyMe uses SWIG to create wrapper functions with automatic type
conversions. This way most of the functions and types are converted
from C into Python 3 automatically by SWIG, reducing the maintenance
-cost of the binginds.
+cost of the bindings.
* Authors