summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAbhijeet Kasurde <akasurde@redhat.com>2017-09-09 18:03:24 +0530
committerToshio Kuratomi <a.badger@gmail.com>2017-09-09 10:26:30 -0700
commit80b41165cbd5b0a5b3885ee8d5f0026b64610bf2 (patch)
tree7d0ff3fd73d6f8ebfe7c47008dd9277d8e1ec0e7 /docs
parentdbcdf972529af4bcae8e77b6ede7fc253e3c220c (diff)
downloadansible-80b41165cbd5b0a5b3885ee8d5f0026b64610bf2.tar.gz
Misc typo corrections
Fix adds correction for typos * Anisble to Ansible * Fasle to False Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com> (cherry picked from commit 8f6626bd8f38473b974a7fcd991547e3095018c0)
Diffstat (limited to 'docs')
-rw-r--r--docs/docsite/rst/network_debug_troubleshooting.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docsite/rst/network_debug_troubleshooting.rst b/docs/docsite/rst/network_debug_troubleshooting.rst
index 31e0c5d5cc..6cbd5c10a3 100644
--- a/docs/docsite/rst/network_debug_troubleshooting.rst
+++ b/docs/docsite/rst/network_debug_troubleshooting.rst
@@ -51,7 +51,7 @@ Enabling Networking logging and how to read the logfile
Ansible 2.3 features improved logging to help diagnose and troubleshoot issues regarding Ansible Networking modules.
-Because logging is very verbose it is disabled by default. It can be enabled via the :envvar:`ANSIBLE_LOG_PATH` and :envvar:`ANISBLE_DEBUG` options::
+Because logging is very verbose it is disabled by default. It can be enabled via the :envvar:`ANSIBLE_LOG_PATH` and :envvar:`ANSIBLE_DEBUG` options::
# Specify the location for the log file
export ANSIBLE_LOG_PATH=~/ansible.log