summaryrefslogtreecommitdiff
path: root/pygnulib/GLError.py
diff options
context:
space:
mode:
authorTim Rühsen <tim.ruehsen@gmx.de>2019-01-12 15:17:09 +0100
committerBruno Haible <bruno@clisp.org>2019-01-12 15:18:20 +0100
commit769c6d033c94ec54cb72c7db2ddcf7d587b5ab37 (patch)
treeb9f4b8d79b152f07d60d9e7723027490e8582776 /pygnulib/GLError.py
parentd9e8386aa99b535c8053d1a86bbf3621ad7b470e (diff)
downloadgnulib-769c6d033c94ec54cb72c7db2ddcf7d587b5ab37.tar.gz
Fix typos found by codespell.
* lib/*.[hc]: Fix typos in comments. * pygnulib/*.py: Fix typos in error messages and comments.
Diffstat (limited to 'pygnulib/GLError.py')
-rw-r--r--pygnulib/GLError.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/pygnulib/GLError.py b/pygnulib/GLError.py
index 9c249a3287..0727e2f38f 100644
--- a/pygnulib/GLError.py
+++ b/pygnulib/GLError.py
@@ -62,7 +62,7 @@ class GLError(Exception):
9: missing libname argument
10: conddeps are not supported with inctests
11: incompatible licenses on modules: <modules>
- 12: cannot process empy filelist
+ 12: cannot process empty filelist
13: cannot create the given directory: <directory>
14: cannot delete the given file: <file>
15: cannot create the given file: <file>
@@ -71,7 +71,7 @@ class GLError(Exception):
18: module lacks a license: <module>
19: could not create destination directory: <directory>
errinfo: additional information;
- style: 0 or 1, wheter old-style'''
+ style: 0 or 1, whether old-style'''
self.errno = errno
self.errinfo = errinfo
self.args = (self.errno, self.errinfo)
@@ -97,7 +97,7 @@ class GLError(Exception):
+ " so you might have to set this argument",
"conddeps are not supported with inctests",
"incompatible licenses on modules: %s" % repr(errinfo),
- "cannot process empy filelist",
+ "cannot process empty filelist",
"cannot create the given directory: %s" % repr(errinfo),
"cannot remove the given file: %s" % repr(errinfo),
"cannot create the given file: %s" % repr(errinfo),