From a202463f02ef9fe101e14bd5ca264de34d50a405 Mon Sep 17 00:00:00 2001 From: Richard Kettlewell Date: Sat, 18 Jul 2009 15:13:57 +0100 Subject: [PATCH] Typo fix. --- debian/postinst.disorder-server | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/postinst.disorder-server b/debian/postinst.disorder-server index 4d0e3cf..316f1e9 100755 --- a/debian/postinst.disorder-server +++ b/debian/postinst.disorder-server @@ -46,11 +46,11 @@ restart_server() { else if [ $time -gt 30 ]; then echo - echo "Server did not stablize in a reasonable amount of time" + echo "Server did not stabilise in a reasonable amount of time" exit 1 fi if $first; then - printf "Waiting for server to stabilize" + printf "Waiting for server to stabilise" first=false fi printf "." -- 2.11.0