diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-04-20 12:11:09 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:04:11 -0500 |
commit | 1ffb7908d50d11b7423084cdea15628f0dcfe2d7 (patch) | |
tree | f4348c63869ef9f3923867650dcd63ad7996acdd /source4/wrepl_server | |
parent | 0082a4ce97c0a4484c1868babb965b172ff3d689 (diff) | |
download | samba-1ffb7908d50d11b7423084cdea15628f0dcfe2d7.tar.gz samba-1ffb7908d50d11b7423084cdea15628f0dcfe2d7.tar.bz2 samba-1ffb7908d50d11b7423084cdea15628f0dcfe2d7.zip |
r15149: fix typo
metze
(This used to be commit b00d524ef73e2fffd81ef3a8cdd242feda10f59d)
Diffstat (limited to 'source4/wrepl_server')
-rw-r--r-- | source4/wrepl_server/wrepl_in_call.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/wrepl_server/wrepl_in_call.c b/source4/wrepl_server/wrepl_in_call.c index 09ea2c15b4..dab7b52307 100644 --- a/source4/wrepl_server/wrepl_in_call.c +++ b/source4/wrepl_server/wrepl_in_call.c @@ -73,7 +73,7 @@ static NTSTATUS wreplsrv_in_start_association(struct wreplsrv_in_call *call) /* * nt4 uses 41 bytes for the start_association call - * so do it the same and as we don't know th emeanings of this bytes + * so do it the same and as we don't know the meanings of this bytes * we just send zeros and nt4, w2k and w2k3 seems to be happy with this * * if we don't do this nt4 uses an old version of the wins replication protocol |