summaryrefslogtreecommitdiff
path: root/test/integration/targets/win_regmerge
diff options
context:
space:
mode:
authorCarlos E. Garcia <carlos@cgarcia.org>2016-12-10 21:50:09 -0500
committerBrian Coca <bcoca@users.noreply.github.com>2016-12-13 13:51:13 -0500
commit0b8011436dc7f842b78298848e298f2a57ee8d78 (patch)
tree239496b48fd051dcdc6cacf18c9bae48728aad1e /test/integration/targets/win_regmerge
parent054a3fccf808cc9746e773818dfcfbc4fbca7eb7 (diff)
downloadansible-0b8011436dc7f842b78298848e298f2a57ee8d78.tar.gz
minor spelling changes
Diffstat (limited to 'test/integration/targets/win_regmerge')
-rw-r--r--test/integration/targets/win_regmerge/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/targets/win_regmerge/tasks/main.yml b/test/integration/targets/win_regmerge/tasks/main.yml
index fde2e4d998..15c754de6d 100644
--- a/test/integration/targets/win_regmerge/tasks/main.yml
+++ b/test/integration/targets/win_regmerge/tasks/main.yml
@@ -47,7 +47,7 @@
path: "{{win_output_dir}}\\settings1.reg"
register: merge12_result
-# without a compare to key, should allways report changed
+# without a compare to key, should always report changed
- assert:
that:
- "merge12_result.changed == true"