From 9e3c48efc135ddbbf0bcb23352f9b4cf5352c6b2 Mon Sep 17 00:00:00 2001 From: pablomh Date: Thu, 23 Apr 2020 20:38:16 +0200 Subject: [PATCH] Fix small typos --- src/azure-cli/azure/cli/command_modules/acr/_errors.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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." )