From 77f8b20a9bc727de60688452e705925e89f383a1 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Fri, 2 Nov 2012 00:04:28 +0000 Subject: [PATCH] deployment: fix minor typo in status message From: Michael Prokop --- deployment.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment.sh b/deployment.sh index 41cb2a7..286cab7 100755 --- a/deployment.sh +++ b/deployment.sh @@ -1433,7 +1433,7 @@ EOF if "$RETRIEVE_MGMT_CONFIG" ; then echo "Nothing to do, /etc/hosts was already set up." else - echo "Generting /etc/hosts" + echo "Generating /etc/hosts" generate_etc_hosts fi