summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--installer/inventory2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/inventory b/installer/inventory
index a7b30e0eae..89d0684a70 100644
--- a/installer/inventory
+++ b/installer/inventory
@@ -178,6 +178,6 @@ secret_key=awxsecret
#
# Add extra hosts to docker compose file. This might be necessary to
-# sneak in servernames. For exmaple for DMZ self-signed CA certificates.
+# sneak in servernames. For example for DMZ self-signed CA certificates.
# Equivialent to using the --add-host parameter with "docker run".
#docker_compose_extra_hosts="otherserver.local:192.168.0.1,ldap-server.local:192.168.0.2"