From b585160930e3b48d19771663144694a7e8db9f73 Mon Sep 17 00:00:00 2001 From: Jeremy Thomerson Date: Thu, 1 Sep 2011 19:26:24 -0400 Subject: minor typo correction in setup-timezone.in (cherry picked from commit 2d40c0f4649bb3713283d210707f3fdf34cf1ddd) --- setup-timezone.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-timezone.in b/setup-timezone.in index 3d45284..00f54ff 100755 --- a/setup-timezone.in +++ b/setup-timezone.in @@ -66,7 +66,7 @@ while true; do echo $TZ > /etc/TZ || rm -f /etc/TZ break fi - echo "'$zonepath' is not a vaild timezone on this system" + echo "'$zonepath' is not a valid timezone on this system" done if [ -n "$apkdel" ]; then -- cgit v1.2.3