From 69304615d0f0b719d7d37fa96fe08b105b35500c Mon Sep 17 00:00:00 2001 From: Patrick Reagan Date: Wed, 8 Jan 2014 17:17:36 -0700 Subject: [PATCH] Fix typo in loop documentation: strucutre -> structure --- docsite/rst/playbooks_loops.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docsite/rst/playbooks_loops.rst b/docsite/rst/playbooks_loops.rst index 7b3d474c1f..66ba66dbc7 100644 --- a/docsite/rst/playbooks_loops.rst +++ b/docsite/rst/playbooks_loops.rst @@ -320,7 +320,7 @@ That's how! Using register with a loop `````````````````````````` -When using ``register`` with a loop the data strucutre placed in the variable during a loop, will contain a ``results`` attribute, that is a list of all responses from the module. +When using ``register`` with a loop the data structure placed in the variable during a loop, will contain a ``results`` attribute, that is a list of all responses from the module. Here is an example of using ``register`` with ``with_items``:: @@ -330,7 +330,7 @@ Here is an example of using ``register`` with ``with_items``:: - two register: echo -This differs from the data strucutre returned when using ``register`` without a loop:: +This differs from the data structure returned when using ``register`` without a loop:: { "changed": true,