s4/wrepl_server: Fix typo in comment.
authorKarolin Seeger <kseeger@samba.org>
Mon, 9 Feb 2009 18:05:20 +0000 (19:05 +0100)
committerKarolin Seeger <kseeger@samba.org>
Mon, 9 Feb 2009 18:05:20 +0000 (19:05 +0100)
Karolin

source4/wrepl_server/wrepl_in_connection.c

index e6a69b829a608cd32c0434ec23e15f394b2c24f9..7c9c2b77bf4bf616eed52377d397b62c7c649a69 100644 (file)
@@ -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);