diff --git a/karaoke-management.php b/karaoke-management.php index 97caa77..6b275b9 100644 --- a/karaoke-management.php +++ b/karaoke-management.php @@ -60,10 +60,10 @@ function main() echo "Please use 'exit' and restart the script to apply the new session id!\n"; break; case 'exit': - echo "Have a nice dayyyy!!\n"; + echo "Goodbye!\n"; exit(); default: - echo "Unkown command. Use help for help.\n"; + echo "Unknown command. Use help for help.\n"; break; } return;