Browse Source

Fixed a typo.

Matteo Savatteri 4 years ago
parent
commit
9fbe6524d2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      record_functions

+ 1 - 1
record_functions

@@ -89,7 +89,7 @@ confirm_entry(){
         echo "$SHIFT_DATE;$RUNNER;$SHIFT_DURATION;$ENC_SHIFT_COMMENT" >> $SHIFT_FILE ||\
 	echoerr "Failed to record entry."
 
-        echo -e "\n\e[0;32mEntry recorded.\e[0m Congratulation, more 150 points for you. *_*"
+        echo -e "\n\e[0;32mEntry recorded.\e[0m Congratulations, more 150 points for you. *_*"
         break
         ;;
       n|N)