From 97fc7453298a57c89adb56d9065c1ba177ce9a61 Mon Sep 17 00:00:00 2001 From: Ryan Petrello Date: Mon, 4 Jun 2018 16:28:26 -0400 Subject: [PATCH] fix a setting help text typo --- awx/main/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/main/conf.py b/awx/main/conf.py index e635fbc08d..80774e09b0 100644 --- a/awx/main/conf.py +++ b/awx/main/conf.py @@ -81,7 +81,7 @@ register( help_text=_('HTTP headers and meta keys to search to determine remote host ' 'name or IP. Add additional items to this list, such as ' '"HTTP_X_FORWARDED_FOR", if behind a reverse proxy. ' - 'See the "Proxy Support" section of the Adminstrator guide for' + 'See the "Proxy Support" section of the Adminstrator guide for ' 'more details.'), category=_('System'), category_slug='system',