From dc9f6e405e3170210c1bd7b4130ba0f04e296c97 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Thu, 15 Mar 2007 04:45:33 +0000 Subject: [PATCH] fixed two spelling mistakes --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40623 --- core/ConCmdManager.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/ConCmdManager.cpp b/core/ConCmdManager.cpp index 1fc98f81..11970155 100644 --- a/core/ConCmdManager.cpp +++ b/core/ConCmdManager.cpp @@ -837,7 +837,7 @@ void _IntExt_CallYams() { if (strcasecmp(arg, "mock") == 0) { - g_RootMenu.ConsolePrint("You mock BAILOPAN's pronounciation. In a fit of range, "); + g_RootMenu.ConsolePrint("You mock BAILOPAN's pronounciation. In a fit of rage, "); g_RootMenu.ConsolePrint("he sticks an INT 3 call into your chest, rendering you broken."); g_RootMenu.ConsolePrint("YOU HAVE DIED. GAME OVER."); g_yam_state = 0; @@ -863,7 +863,7 @@ void _IntExt_CallYams() } else if (strcasecmp(arg, "die") == 0) { g_RootMenu.ConsolePrint("For no reason, you suddenly catch fire. Alfred and Yeti find this"); g_RootMenu.ConsolePrint("deeply disturbing, and cover your flaming corpse with Episode 2"); - g_RootMenu.ConsolePrint("advertisments. Coming soon, with Team Fortress 2, and Portal!"); + g_RootMenu.ConsolePrint("advertisements. Coming soon, with Team Fortress 2, and Portal!"); g_RootMenu.ConsolePrint("YOU HAVE DIED. GAME OVER."); g_yam_state = 0; } else if (strcasecmp(arg, "spray") == 0) {