summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--obnamlib/structurederror.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/obnamlib/structurederror.py b/obnamlib/structurederror.py
index 2fc04676..cebaecc9 100644
--- a/obnamlib/structurederror.py
+++ b/obnamlib/structurederror.py
@@ -45,7 +45,7 @@ class StructuredError(Exception):
will also make translated log files more greppable.
The format string uses syntax according to the str.format
- specification (not the old % interpolation), in order to easy
+ specification (not the old % interpolation), in order to ease
eventual migration to Python 3.
To use structured error exceptions, subclass this class for each