summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2001-09-12 07:22:55 +0000
committerTim Potter <tpot@samba.org>2001-09-12 07:22:55 +0000
commit2138c4461921b8ac3141231169af1eaa6e85f9ba (patch)
tree13751557c8e4a0170d80e5db81d6235c8275032b /testsuite
parentd34fd8ec0716127c7a68eeb8e77d1ae8cc07b547 (diff)
downloadsamba-2138c4461921b8ac3141231169af1eaa6e85f9ba.tar.gz
Fixed typo.
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/build_farm/basicsmb.fns4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/build_farm/basicsmb.fns b/testsuite/build_farm/basicsmb.fns
index c127a4f3b90..d532d5eb2a0 100644
--- a/testsuite/build_farm/basicsmb.fns
+++ b/testsuite/build_farm/basicsmb.fns
@@ -27,9 +27,9 @@ test_smbpasswd() {
( echo $password ; echo $password; ) | $prefix/bin/smbpasswd -L -s -a $whoami
status=$?
if [ $status = 0 ]; then
- echo "smbpasswd correctly set inital password ($test_smbpasswd_password)"
+ echo "smbpasswd correctly set initial password ($test_smbpasswd_password)"
else
- echo "smbpasswd failed to set inital password ($test_smbpasswd_password)! (status $status)"
+ echo "smbpasswd failed to set initial password ($test_smbpasswd_password)! (status $status)"
return 1
fi
return 0