[Box Backup-commit] COMMIT r1286 - box/chris/general/lib/server

boxbackup-dev@fluffy.co.uk boxbackup-dev@fluffy.co.uk
Tue, 13 Feb 2007 23:20:22 +0000


Author: chris
Date: 2007-02-13 23:20:22 +0000 (Tue, 13 Feb 2007)
New Revision: 1286

Modified:
   box/chris/general/lib/server/ServerStream.h
Log:
Comment fixes


Modified: box/chris/general/lib/server/ServerStream.h
===================================================================
--- box/chris/general/lib/server/ServerStream.h	2007-02-13 23:18:48 UTC (rev 1285)
+++ box/chris/general/lib/server/ServerStream.h	2007-02-13 23:20:22 UTC (rev 1286)
@@ -288,7 +288,7 @@
 						}
 					} while(p > 0);
 				}
-				#endif // !WIN32
+				#endif // WIN32
 			}
 		}
 		catch(...)
@@ -309,7 +309,7 @@
 	virtual void Connection(StreamType &rStream) = 0;
 	
 protected:
-	// For checking code in dervied classes -- use if you have an algorithm which
+	// For checking code in derived classes -- use if you have an algorithm which
 	// depends on the forking model in case someone changes it later.
 	bool WillForkToHandleRequests()
 	{