Updated Branches: refs/heads/trunk 67b7b281d -> 595b6026f
Fixed small typo in docs Closes #247. Signed-off-by: Tomaz Muraus <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/595b6026 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/595b6026 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/595b6026 Branch: refs/heads/trunk Commit: 595b6026fbfabacebb970c5f77bdb4a238280f48 Parents: 67b7b28 Author: Kyle Jones <[email protected]> Authored: Fri Feb 7 09:58:46 2014 -0600 Committer: Tomaz Muraus <[email protected]> Committed: Fri Feb 7 18:49:57 2014 +0100 ---------------------------------------------------------------------- docs/compute/examples.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/595b6026/docs/compute/examples.rst ---------------------------------------------------------------------- diff --git a/docs/compute/examples.rst b/docs/compute/examples.rst index 68a96cd..03adac2 100644 --- a/docs/compute/examples.rst +++ b/docs/compute/examples.rst @@ -122,7 +122,7 @@ Created node also gets added to the provided security groups. .. literalinclude:: /examples/compute/cloudstack/create_cloudstack_node_keypair_secgroup.py :language: python -Create flaoting IP and attach it to a node using a local OpenStack provider +Create floating IP and attach it to a node using a local OpenStack provider --------------------------------------------------------------------------- This example demonstrates how to use OpenStack's floating IPs.
