SF.net SVN: fclient: [144] trunk/sandbox/fcp/fcp2_0_events.py
Status: Pre-Alpha
Brought to you by:
jurner
From: <ju...@us...> - 2008-02-05 12:10:28
|
Revision: 144 http://fclient.svn.sourceforge.net/fclient/?rev=144&view=rev Author: jurner Date: 2008-02-05 04:10:33 -0800 (Tue, 05 Feb 2008) Log Message: ----------- beautifications Modified Paths: -------------- trunk/sandbox/fcp/fcp2_0_events.py Modified: trunk/sandbox/fcp/fcp2_0_events.py =================================================================== --- trunk/sandbox/fcp/fcp2_0_events.py 2008-02-05 12:10:05 UTC (rev 143) +++ trunk/sandbox/fcp/fcp2_0_events.py 2008-02-05 12:10:33 UTC (rev 144) @@ -63,7 +63,7 @@ #TODO: not used currently class ProtocolError(events.Event): - """A protocol error was encountered""" + """A protocol error occured""" class RequestCompleted(events.Event): """A request has been completed""" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |