diff options
author | Andrew Bartlett <abartlet@samba.org> | 2004-08-25 01:58:08 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:58:19 -0500 |
commit | 5e34ee629a7beff84b39b0008a14ef59f271b224 (patch) | |
tree | eeaf3d435b3f614cbed6226f6abaca7db96b381e /source4/torture/rpc | |
parent | 85d8d24d3dd5e84c465050a2440d9a21c970c826 (diff) | |
download | samba-5e34ee629a7beff84b39b0008a14ef59f271b224.tar.gz samba-5e34ee629a7beff84b39b0008a14ef59f271b224.tar.bz2 samba-5e34ee629a7beff84b39b0008a14ef59f271b224.zip |
r2035: Fix spelling.
Andrew Bartlett
(This used to be commit 4e2c5a5fb3e428ffcdeef3b95fab644a420cc20c)
Diffstat (limited to 'source4/torture/rpc')
-rw-r--r-- | source4/torture/rpc/netlogon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/rpc/netlogon.c b/source4/torture/rpc/netlogon.c index ec7eca98bd..205ff1e610 100644 --- a/source4/torture/rpc/netlogon.c +++ b/source4/torture/rpc/netlogon.c @@ -979,7 +979,7 @@ static BOOL test_SetPassword(struct dcerpc_pipe *p, TALLOC_CTX *mem_ctx) allows the password to be set to the same value twice in a row (match win2k3) */ printf("Testing a second ServerPasswordSet on machine account\n"); - printf("Changing machine account password to '%s' (same as pervsious run)\n", password); + printf("Changing machine account password to '%s' (same as previous run)\n", password); creds_client_authenticator(&creds, &r.in.credential); |