diff options
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 |