From 86f4e03bb56cc55987f6098f2215227383c26062 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Kar=C3=A9kinian?= Date: Thu, 17 Oct 2013 16:00:58 +0200 Subject: [PATCH] Fix typo --- docsite/rst/playbooks_error_handling.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/playbooks_error_handling.rst b/docsite/rst/playbooks_error_handling.rst index ada5bd1b1bf..4be2b9eafd1 100644 --- a/docsite/rst/playbooks_error_handling.rst +++ b/docsite/rst/playbooks_error_handling.rst @@ -34,7 +34,7 @@ Controlling What Defines Failure .. versionadded:: 1.4 -Suppose the erorr code of a command is meaningless and to tell if there +Suppose the error code of a command is meaningless and to tell if there is a failure what really matters is the output of the command, for instance if the string "FAILED" is in the output.