Author: tomaz
Date: Tue Oct 16 20:21:51 2012
New Revision: 1398976
URL: http://svn.apache.org/viewvc?rev=1398976&view=rev
Log:
Fix a typo in the docstring. Contributed by Jeff Zellner, part of GITHUB-73.
Modified:
libcloud/trunk/libcloud/compute/drivers/openstack.py
Modified: libcloud/trunk/libcloud/compute/drivers/openstack.py
URL: http://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/openstack.py?rev=1398976&r1=1398975&r2=1398976&view=diff
==============================================================================
--- libcloud/trunk/libcloud/compute/drivers/openstack.py (original)
+++ libcloud/trunk/libcloud/compute/drivers/openstack.py Tue Oct 16 20:21:51 2012
@@ -953,7 +953,7 @@ class OpenStack_1_1_NodeDriver(OpenStack
@type ex_metadata: C{dict}
@keyword ex_files: File Path => File contents to create on
- the no de
+ the node
@type ex_files: C{dict}
@keyword ex_keyname: Name of existing public key to inject into
|