diff --git a/monkey/monkey_island/cc/resources/configuration_import.py b/monkey/monkey_island/cc/resources/configuration_import.py index 464006d08..efa1d79a7 100644 --- a/monkey/monkey_island/cc/resources/configuration_import.py +++ b/monkey/monkey_island/cc/resources/configuration_import.py @@ -76,7 +76,7 @@ class ConfigurationImport(flask_restful.Resource): return json.loads(config) except (JSONDecodeError, InvalidCiphertextError): logger.exception( - "Exception encountered when trying " "to extract plaintext configuraiton." + "Exception encountered when trying to extract plaintext configuration." ) raise InvalidConfigurationError