From: <bk...@us...> - 2003-04-12 18:10:19
|
Update of /cvsroot/csmaild/csmaild/src/Imap/NetworkManager In directory sc8-pr-cvs1:/tmp/cvs-serv17506/src/Imap/NetworkManager Modified Files: Connection.cs Log Message: Fix comment typo. Index: Connection.cs =================================================================== RCS file: /cvsroot/csmaild/csmaild/src/Imap/NetworkManager/Connection.cs,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Connection.cs 11 Apr 2003 01:29:26 -0000 1.2 --- Connection.cs 12 Apr 2003 18:10:15 -0000 1.3 *************** *** 32,36 **** #region Events /// <summary> ! /// Fires whnever a line is received from the client /// </summary> public event ReceivedLineDelegate ReceivedLineEvent; --- 32,36 ---- #region Events /// <summary> ! /// Fires whenever a line is received from the client /// </summary> public event ReceivedLineDelegate ReceivedLineEvent; |