summaryrefslogtreecommitdiff
path: root/lang/python/gpgme.i
diff options
context:
space:
mode:
Diffstat (limited to 'lang/python/gpgme.i')
-rw-r--r--lang/python/gpgme.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python/gpgme.i b/lang/python/gpgme.i
index 87371af..2484d34 100644
--- a/lang/python/gpgme.i
+++ b/lang/python/gpgme.i
@@ -26,7 +26,7 @@
%ignore HAVE_CXX11;
%{
-/* We use public symbols (eg. "_obsolete_class") which are marked as
+/* We use public symbols (e.g. "_obsolete_class") which are marked as
* deprecated but we need to keep them. Silence the warning. */
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
%}