summaryrefslogtreecommitdiff
path: root/source3/script/tests/test_net_misc.sh
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2008-06-19 11:59:55 +0200
committerVolker Lendecke <vl@samba.org>2008-06-19 12:02:12 +0200
commit809b992b17fa225abbef1ef146104302102d5e1e (patch)
tree70263f3ee38306e50089e3338542fccc9f2a3b5e /source3/script/tests/test_net_misc.sh
parentbdc93910211b17587be3746b66f21a95ba0d7eb5 (diff)
downloadsamba-809b992b17fa225abbef1ef146104302102d5e1e.tar.gz
samba-809b992b17fa225abbef1ef146104302102d5e1e.tar.bz2
samba-809b992b17fa225abbef1ef146104302102d5e1e.zip
Fix typo
(This used to be commit 2eef2c682c18ad37b78214c755b9dd7c8b607cb8)
Diffstat (limited to 'source3/script/tests/test_net_misc.sh')
-rwxr-xr-xsource3/script/tests/test_net_misc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/script/tests/test_net_misc.sh b/source3/script/tests/test_net_misc.sh
index 3ceb087885..0a0636ac8a 100755
--- a/source3/script/tests/test_net_misc.sh
+++ b/source3/script/tests/test_net_misc.sh
@@ -34,7 +34,7 @@ testit "get the system time" \
test_time system || \
failed=`expr $failed + 1`
-testit "get the tize zone" \
+testit "get the time zone" \
test_time zone || \
failed=`expr $failed + 1`