From 21b6c45d5c1a73a5dac445e4fc34a45051562863 Mon Sep 17 00:00:00 2001 From: Wilton Rodrigues Date: Fri, 20 Dec 2024 10:07:58 -0300 Subject: [PATCH] tools/check_for_upgrade: Fix typo (#648) --- tools/check_for_upgrade.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/check_for_upgrade.sh b/tools/check_for_upgrade.sh index dbaa5ad3c..fa2f33e73 100644 --- a/tools/check_for_upgrade.sh +++ b/tools/check_for_upgrade.sh @@ -54,7 +54,7 @@ if command mkdir "$OSH/log/update.lock" 2>/dev/null; then command rmdir "$OSH"/log/update.lock else printf '%s\n' \ - 'oh-my-bash/check_for_updgrade: Failed to get a lock. Please make sure that no' \ + 'oh-my-bash/check_for_upgrade: Failed to get a lock. Please make sure that no' \ 'other process is trying to update Oh My Bash and remove' \ '"'"$OSH"'/log/update.lock"' >&2 fi