From: Volker Lendecke Date: Thu, 19 Jun 2008 09:59:55 +0000 (+0200) Subject: Fix typo X-Git-Tag: samba-4.0.0alpha6~801^2~988 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=809b992b17fa225abbef1ef146104302102d5e1e;p=thirdparty%2Fsamba.git Fix typo (This used to be commit 2eef2c682c18ad37b78214c755b9dd7c8b607cb8) --- diff --git a/source3/script/tests/test_net_misc.sh b/source3/script/tests/test_net_misc.sh index 3ceb0878851..0a0636ac8a9 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`