# # # patch "ChangeLog" # from [36ddfbc60c098baecae82e3be37bb02055100506] # to [c028c4cb467f1b8876875602615713e36d542eab] # # patch "netsync.cc" # from [4d15f2c47aed8bb45b5dc8267ab60c35703d49e9] # to [27a70a87812f97c4bd1974278111baa5a3355304] # ============================================================ --- ChangeLog 36ddfbc60c098baecae82e3be37bb02055100506 +++ ChangeLog c028c4cb467f1b8876875602615713e36d542eab @@ -1,3 +1,7 @@ +2006-02-14 Richard Levitte + + * netsync.cc (serve_connections): Correct spelling. + 2006-02-12 Nathaniel Smith * netsync.cc (serve_connections): Revert garbage that I ============================================================ --- netsync.cc 4d15f2c47aed8bb45b5dc8267ab60c35703d49e9 +++ netsync.cc 27a70a87812f97c4bd1974278111baa5a3355304 @@ -2592,7 +2592,7 @@ else addr.add_all_addresses (default_port); - // If se use IPv6 and the initiasation of server fails, we want + // If se use IPv6 and the initialisation of server fails, we want // to try again with IPv4. The reason is that someone may have // downloaded a IPv6-enabled monotone on a system that doesn't // have IPv6, and which might fail therefore.