diff --git a/src/azure-cli/azure/cli/command_modules/acr/_errors.py b/src/azure-cli/azure/cli/command_modules/acr/_errors.py index cc509a54162..59dbf466ac3 100644 --- a/src/azure-cli/azure/cli/command_modules/acr/_errors.py +++ b/src/azure-cli/azure/cli/command_modules/acr/_errors.py @@ -45,13 +45,13 @@ def format_error_message(self, *args): DOCKER_VERSION_ERROR = ErrorClass( "DOCKER_VERSION_ERROR", - "An error occured while retrieving Docker version. Please try verifying it manually." + "An error occurred while retrieving Docker version. Please try verifying it manually." ) DOCKER_PULL_ERROR = ErrorClass( "DOCKER_PULL_ERROR", - "An error occurred while pulling a sample image. Please validate your network connection and verify if docker daemon is running properly." + "An error occurred while pulling a sample image. Please validate your network connection and verify if Docker daemon is running properly." )