From d6987ee05be8b5da279e530cfd65512cb903c72b Mon Sep 17 00:00:00 2001 From: Atin <61903527+atin@users.noreply.github.com> Date: Wed, 19 May 2021 10:42:09 +0530 Subject: chore: fix typos in code comments (#6556) --- docker/runtime/backup-rotator.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docker') diff --git a/docker/runtime/backup-rotator.sh b/docker/runtime/backup-rotator.sh index bee8660c..3b6d10ab 100644 --- a/docker/runtime/backup-rotator.sh +++ b/docker/runtime/backup-rotator.sh @@ -17,7 +17,7 @@ main() { fi if [ ! -d "${BACKUP_PATH}" ]; then - echo "Error: BACKUP_PATH does't exist or is not a directory" 1>&2 + echo "Error: BACKUP_PATH doesn't exist or is not a directory" 1>&2 exit 1 fi -- cgit v1.2.3