From 769c6d033c94ec54cb72c7db2ddcf7d587b5ab37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20R=C3=BChsen?= Date: Sat, 12 Jan 2019 15:17:09 +0100 Subject: Fix typos found by codespell. * lib/*.[hc]: Fix typos in comments. * pygnulib/*.py: Fix typos in error messages and comments. --- pygnulib/GLError.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pygnulib/GLError.py') 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: - 12: cannot process empy filelist + 12: cannot process empty filelist 13: cannot create the given directory: 14: cannot delete the given file: 15: cannot create the given file: @@ -71,7 +71,7 @@ class GLError(Exception): 18: module lacks a license: 19: could not create destination 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), -- cgit v1.2.1