aboutsummaryrefslogtreecommitdiffstats
path: root/setup-timezone.in
diff options
context:
space:
mode:
authorJeremy Thomerson <jeremy@thomersonfamily.com>2011-09-01 19:26:24 -0400
committerNatanael Copa <ncopa@alpinelinux.org>2011-09-09 16:57:25 +0000
commitb585160930e3b48d19771663144694a7e8db9f73 (patch)
treeae92114b1aaee7fd066d03ac13061327a66a183d /setup-timezone.in
parente6d638b3dfd8663fcd4e715aba3d0cf0476386b7 (diff)
downloadalpine-conf-2.8-stable.tar.bz2
alpine-conf-2.8-stable.tar.xz
minor typo correction in setup-timezone.in2.8-stable
(cherry picked from commit 2d40c0f4649bb3713283d210707f3fdf34cf1ddd)
Diffstat (limited to 'setup-timezone.in')
-rwxr-xr-xsetup-timezone.in2
1 files changed, 1 insertions, 1 deletions
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