From f14d5b67097fdc1fc444eba7502971cfe80018ce Mon Sep 17 00:00:00 2001
From: Mike Putnam <mike@theputnams.net>
Date: Thu, 15 Jun 2017 16:30:01 -0500
Subject: [PATCH] Correct misspelling of Support.

---
 docs/container/index.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/container/index.rst b/docs/container/index.rst
index 7a9fde8..ad926fe 100644
--- a/docs/container/index.rst
+++ b/docs/container/index.rst
@@ -44,7 +44,7 @@ Simple Container Support
 * :class:`~libcloud.container.base.ContainerImage` - Represents an image that can be deployed, like an application or an operating system
 * :class:`~libcloud.container.base.Container` - Represents a deployed container image running on a container host
 
-Cluster Suppport
+Cluster Support
 ----------------
 
 Cluster support extends on the basic driver functions, but where drivers implement the class-level attribute `supports_clusters` as True
-- 
2.7.4

