Updated Branches: refs/heads/trunk afd5fb40f -> 6bf42e1e7
docs: Fix a typo. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/b727f358 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/b727f358 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/b727f358 Branch: refs/heads/trunk Commit: b727f358547d890286dc853ccd369f86cc0cabb3 Parents: afd5fb4 Author: Tomaz Muraus <[email protected]> Authored: Tue Aug 13 00:45:08 2013 +0200 Committer: Tomaz Muraus <[email protected]> Committed: Tue Aug 13 00:45:08 2013 +0200 ---------------------------------------------------------------------- docs/compute/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/b727f358/docs/compute/index.rst ---------------------------------------------------------------------- diff --git a/docs/compute/index.rst b/docs/compute/index.rst index d40fd74..1c442ac 100644 --- a/docs/compute/index.rst +++ b/docs/compute/index.rst @@ -10,7 +10,7 @@ allow you to execute arbitrary shell commands. This functionality is usually used to prepare your freshly created server, install your SSH key, and run a configuration management tool (such as Puppet, Chef, or cfengine) on it. -Besides managing cloud and virtual servers, compute components allso allows you +Besides managing cloud and virtual servers, compute component also allows you to manage cloud block storage (not to be confused with cloud object storage) for providers which support it. Block storage management is lives under compute API, because it is in most cases
