diff --git a/pegleg/engine/exceptions.py b/pegleg/engine/exceptions.py index 4b0a0598..6265b55b 100644 --- a/pegleg/engine/exceptions.py +++ b/pegleg/engine/exceptions.py @@ -72,7 +72,7 @@ class GitInvalidRepoException(PeglegBaseException): class GitMissingUserException(PeglegBaseException): """Exception raised when a username is required, but not provided.""" - message = 'Repo URL %(url)s reuqires a username, but none was provided.' + message = 'Repo URL %(url)s requires a username, but none was provided.' #