summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2008-06-19 11:59:55 +0200
committerKarolin Seeger <kseeger@samba.org>2008-06-23 14:19:39 +0200
commitc173375d9122c98f1f4f81a910fa8b805fba65a5 (patch)
tree1ba0151a993759b88fdf3b2ca4a4e82dead44be6
parentcd56e0ea2023e5025e09acfd9d2720caf87452df (diff)
downloadsamba-c173375d9122c98f1f4f81a910fa8b805fba65a5.tar.gz
Fix typo
(cherry picked from commit 2eef2c682c18ad37b78214c755b9dd7c8b607cb8) (cherry picked from commit b517b0c0f20127876c63cc726afe7f902421af15)
-rwxr-xr-xsource/script/tests/test_net_misc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/script/tests/test_net_misc.sh b/source/script/tests/test_net_misc.sh
index 3ceb0878851..0a0636ac8a9 100755
--- a/source/script/tests/test_net_misc.sh
+++ b/source/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`