From 90143b349d0af77222961c35cf67a679a025c349 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Iranzo=20G=C3=B3mez?= Date: Thu, 30 Jun 2016 16:02:48 +0200 Subject: [PATCH] Fix typo Change-Id: I1614916518c20be9842a7cb7a60f996467b6e398 --- heatclient/tests/inline_templates.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heatclient/tests/inline_templates.py b/heatclient/tests/inline_templates.py index 56667ac0..6ea42d81 100644 --- a/heatclient/tests/inline_templates.py +++ b/heatclient/tests/inline_templates.py @@ -43,7 +43,7 @@ parameters: default: 0 constraints: - range: {min: 0, max: 10} - description: must be betwen 0 and 10 + description: must be between 0 and 10 param3: type: boolean