From 74a72931332f9722c5565de18313a034805ef699 Mon Sep 17 00:00:00 2001 From: Randy Heit Date: Fri, 8 Jan 2010 02:17:49 +0000 Subject: [PATCH] - Fix spelling error in comment. SVN r2105 (trunk) --- src/g_strife/a_rebels.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/g_strife/a_rebels.cpp b/src/g_strife/a_rebels.cpp index 6b4e74605..a9faf1671 100644 --- a/src/g_strife/a_rebels.cpp +++ b/src/g_strife/a_rebels.cpp @@ -95,7 +95,7 @@ DEFINE_ACTION_FUNCTION(AActor, A_Beacon) } if (owner != NULL) { - // Rebels are the same color as their owner (but only in nomultiplayer) + // Rebels are the same color as their owner (but only in multiplayer) if (multiplayer) { rebel->Translation = owner->Translation;