Fixed typo.
authorTim Potter <tpot@samba.org>
Wed, 12 Sep 2001 07:22:55 +0000 (07:22 +0000)
committerTim Potter <tpot@samba.org>
Wed, 12 Sep 2001 07:22:55 +0000 (07:22 +0000)
(This used to be commit 2138c4461921b8ac3141231169af1eaa6e85f9ba)

testsuite/build_farm/basicsmb.fns

index c127a4f3b90502e097779f25b33b0faacbe97edd..d532d5eb2a08eb6e08dbfaa9ff799a890444c4e4 100644 (file)
@@ -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