summaryrefslogtreecommitdiffstats
path: root/src/debputy/transformation_rules.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/debputy/transformation_rules.py')
-rw-r--r--src/debputy/transformation_rules.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debputy/transformation_rules.py b/src/debputy/transformation_rules.py
index 8d9caae..fdf9528 100644
--- a/src/debputy/transformation_rules.py
+++ b/src/debputy/transformation_rules.py
@@ -217,7 +217,7 @@ class MoveTransformationRule(TransformationRule):
self._error(
f"Could not rename {self._match_rule.describe_match_short()} to {self._dest_path}"
f" (from: {self._definition_source}). Multiple paths matched the pattern and the"
- " destination was not a directory. Either correct the pattern to only match ony source"
+ " destination was not a directory. Either correct the pattern to only match only source"
" OR define the destination to be a directory (E.g., add a trailing slash - example:"
f' "{self._dest_path}/")'
)