From aabdb5c4010f6cbd581b7bb07e82a5155b6ad875 Mon Sep 17 00:00:00 2001 From: mayhew64 Date: Mon, 14 Sep 2015 17:59:28 -0400 Subject: [PATCH] Update webgoat_developer_bootstrap.sh Fixed a couple of typos --- webgoat_developer_bootstrap.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webgoat_developer_bootstrap.sh b/webgoat_developer_bootstrap.sh index aacb0283b..fcaa94bbf 100755 --- a/webgoat_developer_bootstrap.sh +++ b/webgoat_developer_bootstrap.sh @@ -28,9 +28,9 @@ printf "\n" printf "\n" printf "\n" echo "-----------------------------------------------------------------------------------" -echo "____________________ Starting WebGoat using the embbebed Tomcat ___________________" +echo "____________________ Starting WebGoat using the embedded Tomcat ___________________" echo "###################################################################################" -echo "### Open a web broser an navigate to http://localhost:8080/WebGoat/" +echo "### Open a web browser and navigate to http://localhost:8080/WebGoat/" echo "### STDOUT and STDERR logs are captured in ./webgoat_developer_bootstrap.log" echo "### To stop the Tomcat execution, press CTRL + C" echo "### If you close this terminal window, Tomcat and WebGoat will stop running"