From fa0b2498b1aef65b7619df8cdde9d13f513b7859 Mon Sep 17 00:00:00 2001 From: MikeBuzz Date: Thu, 12 Jan 2012 09:03:37 +0000 Subject: [PATCH] Spelling Corrections For Autoupdate --- packages/tools/autoupdate/scripts/autoupdate.release | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/tools/autoupdate/scripts/autoupdate.release b/packages/tools/autoupdate/scripts/autoupdate.release index 1011c63f9a..c5c00ad88d 100755 --- a/packages/tools/autoupdate/scripts/autoupdate.release +++ b/packages/tools/autoupdate/scripts/autoupdate.release @@ -105,13 +105,13 @@ if [ ! -f /var/lock/update.lock ]; then if [ "$AUTOUPDATE" = "manually" -o "$AUTOUPDATE" = "manual" ]; then - # show a message if a new version is avaible - send_message "New update avaible: $NEW_VERSION - please update manually" + # show a message if a new version is available + send_message "New update available: $NEW_VERSION - please update manually" elif [ "$AUTOUPDATE" = "auto" ]; then - # show a message if a new version is avaible - send_message "New update avaible: $NEW_VERSION - downloading and extracting the new version..." + # show a message if a new version is available + send_message "New update available: $NEW_VERSION - downloading and extracting the new version..." # locking autoupdate touch /var/lock/update.lock