From a8d073c17554f8e8a9d150ca6c938a5ba6e52dd9 Mon Sep 17 00:00:00 2001 From: Aaron Yoshitake Date: Thu, 19 Jun 2014 18:52:38 -0700 Subject: [PATCH] Fix typo: "but" -> "put" --- docsite/rst/playbooks_variables.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/playbooks_variables.rst b/docsite/rst/playbooks_variables.rst index 8900948ae80..ea9c877bbb6 100644 --- a/docsite/rst/playbooks_variables.rst +++ b/docsite/rst/playbooks_variables.rst @@ -983,7 +983,7 @@ See :doc:`playbooks_roles` for more info about this:: http_port: 80 if you are writing a role and want to ensure the value in the role is absolutely used in that role, and is not going to be overridden -by inventory, you should but it in roles/x/vars/main.yml like so, and inventory values cannot override it. -e however, still will:: +by inventory, you should put it in roles/x/vars/main.yml like so, and inventory values cannot override it. -e however, still will:: --- # file: roles/x/vars/main.yml