From: Mario Date: Mon, 22 Aug 2016 15:42:22 +0000 (+1000) Subject: Fix grammar X-Git-Tag: xonotic-v0.8.2~680 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=80558eb4c1f674b08ed01401ce0e83fd79d1db09;p=xonotic%2Fxonotic-data.pk3dir.git Fix grammar --- diff --git a/qcsrc/server/mutators/events.qh b/qcsrc/server/mutators/events.qh index fa23e39d2..7e40b1af1 100644 --- a/qcsrc/server/mutators/events.qh +++ b/qcsrc/server/mutators/events.qh @@ -856,7 +856,7 @@ MUTATOR_HOOKABLE(URI_GetCallback, EV_URI_GetCallback); /**/ MUTATOR_HOOKABLE(ForbidWeaponUse, EV_ForbidWeaponUse); -/** called when creating a clone of player (usually for corpses that stay after the player has re-spawned) */ +/** called when creating a clone of the player (usually for corpses that stay after the player has re-spawned) */ #define EV_CopyBody(i, o) \ /** player */ i(entity, MUTATOR_ARGV_0_entity) \ /** newly created clone */ i(entity, MUTATOR_ARGV_1_entity) \