SF.net SVN: fclient: [78] trunk/fclient/fclient_lib/fcp/fcp2_0.py
Status: Pre-Alpha
Brought to you by:
jurner
From: <jU...@us...> - 2007-11-14 11:03:31
|
Revision: 78 http://fclient.svn.sourceforge.net/fclient/?rev=78&view=rev Author: jUrner Date: 2007-11-14 03:03:35 -0800 (Wed, 14 Nov 2007) Log Message: ----------- typo Modified Paths: -------------- trunk/fclient/fclient_lib/fcp/fcp2_0.py Modified: trunk/fclient/fclient_lib/fcp/fcp2_0.py =================================================================== --- trunk/fclient/fclient_lib/fcp/fcp2_0.py 2007-11-14 11:03:13 UTC (rev 77) +++ trunk/fclient/fclient_lib/fcp/fcp2_0.py 2007-11-14 11:03:35 UTC (rev 78) @@ -1286,7 +1286,7 @@ return identifier.startswith(self.IdentifierPrefix.ClientRequestInfo) - def modifyPersistantRequest(self, identifier, global_=False, priorityClass=None): + def modifyPersistentRequest(self, identifier, global_=False, priorityClass=None): """Modifies a request @param identifier: identifier of the request @param global: (bool) required. Is the request global or local? This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |