From: terencehill Date: Sat, 23 Feb 2013 14:24:05 +0000 (+0100) Subject: Fix typo X-Git-Tag: xonotic-v0.7.0~62^2~20^2~3 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=5af7d9d5dbca69fd5817bf176fe0f815c5278d0e;p=xonotic%2Fxonotic-data.pk3dir.git Fix typo --- diff --git a/qcsrc/server/mutators/gamemode_onslaught.qc b/qcsrc/server/mutators/gamemode_onslaught.qc index 921ad9028..671d75c49 100644 --- a/qcsrc/server/mutators/gamemode_onslaught.qc +++ b/qcsrc/server/mutators/gamemode_onslaught.qc @@ -1512,7 +1512,7 @@ MUTATOR_HOOKFUNCTION(ons_BuildMutatorsString) MUTATOR_HOOKFUNCTION(ons_BuildMutatorsPrettyString) { - ret_string = strcat(ret_string, ", Onslught"); + ret_string = strcat(ret_string, ", Onslaught"); return 0; }