From 475844d1ae4ae55fa92219c1ad950b1478e42483 Mon Sep 17 00:00:00 2001 From: Brendan Good Date: Tue, 13 Nov 2018 01:16:11 -0500 Subject: [PATCH] Fix man page template typo. (#48585) changed from 'direcotry' to 'directory'. --- docs/templates/man.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/templates/man.j2 b/docs/templates/man.j2 index 85573d25cb..d13874a8f8 100644 --- a/docs/templates/man.j2 +++ b/docs/templates/man.j2 @@ -100,7 +100,7 @@ FILES ~/.ansible.cfg -- User config file, overrides the default config if present -./ansible.cfg -- Local config file (in current working direcotry) assumed to be 'project specific' and overrides the rest if present. +./ansible.cfg -- Local config file (in current working directory) assumed to be 'project specific' and overrides the rest if present. As mentioned above, the ANSIBLE_CONFIG environment variable will override all others.