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:57:25 +0000 |
commit | b585160930e3b48d19771663144694a7e8db9f73 (patch) | |
tree | ae92114b1aaee7fd066d03ac13061327a66a183d /setup-timezone.in | |
parent | e6d638b3dfd8663fcd4e715aba3d0cf0476386b7 (diff) | |
download | alpine-conf-b585160930e3b48d19771663144694a7e8db9f73.tar.bz2 alpine-conf-b585160930e3b48d19771663144694a7e8db9f73.tar.xz |
minor typo correction in setup-timezone.in2.8-stable
(cherry picked from commit 2d40c0f4649bb3713283d210707f3fdf34cf1ddd)
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 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 |