From 74d788a2aff35b58f059e9a38575816e3029f754 Mon Sep 17 00:00:00 2001 From: leiyashuai Date: Thu, 20 Oct 2016 02:16:53 -0700 Subject: [PATCH] [Trivial] Fix two typos in magnum. Change-Id: I796be00d3e32738f93a7847ed304a047d584d5a0 --- magnum/tests/functional/common/datagen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/magnum/tests/functional/common/datagen.py b/magnum/tests/functional/common/datagen.py index ea90d1b..6ad3ccc 100644 --- a/magnum/tests/functional/common/datagen.py +++ b/magnum/tests/functional/common/datagen.py @@ -384,7 +384,7 @@ def cluster_template_replace_patch_data(path, def cluster_template_remove_patch_data(path): - """Generates ClusterTempalte patch data by removing value + """Generates ClusterTemplate patch data by removing value :param path: path to remove :returns: ClusterTemplatePatchCollection with generated data