From 4ce0cdd974d6587df3d2c900284ef31935530c96 Mon Sep 17 00:00:00 2001 From: Thomas Gran Date: Tue, 12 Mar 2024 14:00:32 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Leonard Ehrenfried --- script/Readme.md | 2 +- script/run-and-test-otp | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/script/Readme.md b/script/Readme.md index 76e8be9e5e2..ee10be50e50 100644 --- a/script/Readme.md +++ b/script/Readme.md @@ -20,7 +20,7 @@ existing one. The reviewers are responsible for: # Owner: J. Brown, Fun & Fast Transit Inc if [ "$1" == "-h" ] || [ "$1" == "--help" ]; then - echo "The purpouse of the script is .." + echo "The purpose of the script is .." echo "Usage: ..." echo "Parameters: " : diff --git a/script/run-and-test-otp b/script/run-and-test-otp index 62da27c62bc..0fc322e3a86 100755 --- a/script/run-and-test-otp +++ b/script/run-and-test-otp @@ -30,10 +30,10 @@ DATA_DIR=../data/fix-error-access if [ "$1" == "-h" ] || [ "$1" == "--help" ]; then echo "This script: " - echo " 1. Compile OTP" - echo " 2. Run OTP - build a graph and start the server" - echo " 3. Send a request using curl" - echo " 4. Test the response, search for a unexpected token. If the token is" + echo " 1. Compiles OTP" + echo " 2. Runs OTP - build a graph and start the server" + echo " 3. Sends a request using curl" + echo " 4. Tests the response, search for a unexpected token. If the token is" echo " NOT present the test is GOOD, if not it is BAD" echo "" echo "Before using this script you should copy it to a folder which is NOT"