From 0c71060c33dda9db39d1a8727325fc12339736c7 Mon Sep 17 00:00:00 2001 From: creilly12 Date: Wed, 9 May 2018 20:15:41 -0400 Subject: [PATCH] Update exceptions.py Fix typo ocurred -> occurred. --- samcli/local/init/exceptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samcli/local/init/exceptions.py b/samcli/local/init/exceptions.py index e53981e8d6..63c5c089b1 100644 --- a/samcli/local/init/exceptions.py +++ b/samcli/local/init/exceptions.py @@ -14,4 +14,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}")