From 1ffb7908d50d11b7423084cdea15628f0dcfe2d7 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 20 Apr 2006 12:11:09 +0000 Subject: r15149: fix typo metze (This used to be commit b00d524ef73e2fffd81ef3a8cdd242feda10f59d) --- source4/wrepl_server/wrepl_in_call.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4') 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 -- cgit