diff --git a/samcli/local/init/exceptions.py b/samcli/local/init/exceptions.py index e53981e8d68..775386388fe 100644 --- a/samcli/local/init/exceptions.py +++ b/samcli/local/init/exceptions.py @@ -2,6 +2,7 @@ Custom Exceptions for Init module """ +# test4 class InitErrorException(Exception): fmt = 'An unspecified error occurred' @@ -14,4 +15,4 @@ def __init__(self, **kwargs): class GenerateProjectFailedError(InitErrorException): fmt = \ - ("An error ocurred while generating this {project}: {provider_error}") + ("An error occurred while generating this {project}: {provider_error}")