diff options
author | Jeremy Thomerson <jeremy@thomersonfamily.com> | 2011-09-01 19:26:24 -0400 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-09-09 16:50:55 +0000 |
commit | 2d40c0f4649bb3713283d210707f3fdf34cf1ddd (patch) | |
tree | 01cd61627e79ae2f703577f2db33f82eaf0bee06 /setup-timezone.in | |
parent | 5e55485de28ca1bb56714e03f80c69920826692c (diff) | |
download | alpine-conf-2d40c0f4649bb3713283d210707f3fdf34cf1ddd.zip |
minor typo correction in setup-timezone.in
Diffstat (limited to 'setup-timezone.in')
-rwxr-xr-x | setup-timezone.in | 2 |
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 |