From af8cc4dc4a9d39c84c11606388541d4ba3dcda74 Mon Sep 17 00:00:00 2001
From: TAKAHASHI Yuto <ytaka23dev@gmail.com>
Date: Mon, 8 May 2017 22:55:34 +0900
Subject: [PATCH] Typo

---
 library/kube.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/library/kube.py b/library/kube.py
index 2922c6212..fdc783fff 100644
--- a/library/kube.py
+++ b/library/kube.py
@@ -66,7 +66,7 @@ options:
     description:
       - present handles checking existence or creating if definition file provided,
         absent handles deleting resource(s) based on other options,
-        latest handles creating ore updating based on existence,
+        latest handles creating or updating based on existence,
         reloaded handles updating resource(s) definition using definition file,
         stopped handles stopping resource(s) based on other options.
 requirements:
-- 
GitLab