From 9699e086d7dfc2e86fa5c3d02ec403e4cb010ec8 Mon Sep 17 00:00:00 2001 From: Afsin Toparlak Date: Wed, 1 May 2013 23:11:19 +0200 Subject: [PATCH] typo --- examples/playbooks/conditionals_part2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/playbooks/conditionals_part2.yml b/examples/playbooks/conditionals_part2.yml index 3f673548d34..1bb4a932668 100644 --- a/examples/playbooks/conditionals_part2.yml +++ b/examples/playbooks/conditionals_part2.yml @@ -11,7 +11,7 @@ cat: "whiskers" ssn: 8675309 -# These are the types of when statemnets available +# These are the types of when statements available # when_set: $variable_name # when_unset: $variable_name # when_str: $x == "test"