The branch, master has been updated
       via  b3a2b3ade0ddd3ddd93079286d2a06547d182a99 (commit)
      from  39172b5ce91610773ecd5f4d6b2c7b25b5dfee5d (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit b3a2b3ade0ddd3ddd93079286d2a06547d182a99
Author: Karolin Seeger <[email protected]>
Date:   Mon Feb 9 19:05:20 2009 +0100

    s4/wrepl_server: Fix typo in comment.
    
    Karolin

-----------------------------------------------------------------------

Summary of changes:
 source4/wrepl_server/wrepl_in_connection.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/wrepl_server/wrepl_in_connection.c 
b/source4/wrepl_server/wrepl_in_connection.c
index e6a69b8..7c9c2b7 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);


-- 
Samba Shared Repository

Reply via email to