You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by je...@apache.org on 2010/12/31 17:12:20 UTC

svn commit: r1054132 - /incubator/libcloud/trunk/libcloud/deployment.py

Author: jerry
Date: Fri Dec 31 16:12:20 2010
New Revision: 1054132

URL: http://svn.apache.org/viewvc?rev=1054132&view=rev
Log:
Fixed minor typo in comments

Modified:
    incubator/libcloud/trunk/libcloud/deployment.py

Modified: incubator/libcloud/trunk/libcloud/deployment.py
URL: http://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/deployment.py?rev=1054132&r1=1054131&r2=1054132&view=diff
==============================================================================
--- incubator/libcloud/trunk/libcloud/deployment.py (original)
+++ incubator/libcloud/trunk/libcloud/deployment.py Fri Dec 31 16:12:20 2010
@@ -74,7 +74,7 @@ class ScriptDeployment(Deployment):
         @keyword name: Name of the script to upload it as, if not specified, a random name will be choosen.
 
         @type delete: C{bool}
-        @keyword delete: Weither to delete the script on completion.
+        @keyword delete: Whether to delete the script on completion.
         """
         self.script = script
         self.stdout = None