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:50:55 +0000
commit2d40c0f4649bb3713283d210707f3fdf34cf1ddd (patch)
tree01cd61627e79ae2f703577f2db33f82eaf0bee06 /setup-timezone.in
parent5e55485de28ca1bb56714e03f80c69920826692c (diff)
downloadalpine-conf-2d40c0f4649bb3713283d210707f3fdf34cf1ddd.tar.bz2
alpine-conf-2d40c0f4649bb3713283d210707f3fdf34cf1ddd.tar.xz
minor typo correction in setup-timezone.in
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 54b96c3..fd1aeaf 100755
--- a/setup-timezone.in
+++ b/setup-timezone.in
@@ -101,7 +101,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