From fa08d0b44bf80f6caaeb004a0f27d8346c2820e2 Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Mon, 19 Oct 2009 09:47:33 +0200 Subject: Fix typo. privilage -> privilege Karolin --- source4/client/tests/test_smbclient.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/client') diff --git a/source4/client/tests/test_smbclient.sh b/source4/client/tests/test_smbclient.sh index 20ecc18707c..2fd5b56ca03 100755 --- a/source4/client/tests/test_smbclient.sh +++ b/source4/client/tests/test_smbclient.sh @@ -112,7 +112,7 @@ runcmd "Removing file" 'rm tmpfilex'|| failed=`expr $failed + 1` runcmd "Lookup name" "lookup $DOMAIN\\$USERNAME" || failed=`expr $failed + 1` -#Fails unless there are privilages +#Fails unless there are privileges #runcmd "Lookup privs of name" "privileges $DOMAIN\\$USERNAME" || failed=`expr $failed + 1` # do some simple operations using old protocol versions -- cgit