From: Karolin Seeger Date: Mon, 9 Feb 2009 18:05:20 +0000 (+0100) Subject: s4/wrepl_server: Fix typo in comment. X-Git-Tag: samba-4.0.0alpha7~410^2~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b3a2b3ade0ddd3ddd93079286d2a06547d182a99;p=thirdparty%2Fsamba.git s4/wrepl_server: Fix typo in comment. Karolin --- diff --git a/source4/wrepl_server/wrepl_in_connection.c b/source4/wrepl_server/wrepl_in_connection.c index e6a69b829a6..7c9c2b77bf4 100644 --- a/source4/wrepl_server/wrepl_in_connection.c +++ b/source4/wrepl_server/wrepl_in_connection.c @@ -236,8 +236,8 @@ NTSTATUS wreplsrv_in_connection_merge(struct wreplsrv_partner *partner, NT_STATUS_NOT_OK_RETURN(status); /* - * make the wreplsrv_in_connection structure a child of the - * stream_connection, to match the hierachie of wreplsrv_accept + * make the wreplsrv_in_connection structure a child of the + * stream_connection, to match the hierarchy of wreplsrv_accept */ wrepl_in->conn = conn; talloc_steal(conn, wrepl_in);