From 921726e0b83540994964b8fc4075f8736d932c51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Noel?= Date: Wed, 19 Mar 2025 15:03:01 +0100 Subject: [PATCH] Fix a few typos (#699) Co-authored-by: smallmodel <15067410+smallmodel@users.noreply.github.com> --- code/fgame/actor.cpp | 2 +- code/fgame/trigger.cpp | 2 +- code/qcommon/listener.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/code/fgame/actor.cpp b/code/fgame/actor.cpp index 9f3b9794..5045e93e 100644 --- a/code/fgame/actor.cpp +++ b/code/fgame/actor.cpp @@ -432,7 +432,7 @@ Event EV_Actor_SetAnimFinal EV_DEFAULT, NULL, NULL, - "Whether the animation was succesfully finished", + "Whether the animation was successfully finished", EV_SETTER ); Event EV_Actor_GetWeaponType diff --git a/code/fgame/trigger.cpp b/code/fgame/trigger.cpp index fe442df2..0cc77ade 100644 --- a/code/fgame/trigger.cpp +++ b/code/fgame/trigger.cpp @@ -77,7 +77,7 @@ Event EV_Trigger_SetCount EV_DEFAULT, "i", "count", - "Set the amount of times this trigger can be triggered", + "Set the number of times this trigger can be triggered", EV_NORMAL ); Event EV_Trigger_SetMessage diff --git a/code/qcommon/listener.cpp b/code/qcommon/listener.cpp index 427c433d..d3631a6b 100644 --- a/code/qcommon/listener.cpp +++ b/code/qcommon/listener.cpp @@ -669,7 +669,7 @@ void EventArgDef::Setup(const char *eventName, const char *argName, const char * if (!endptr) { assert(0); EVENT_Printf( - "Argument defintion %s, no matching ']' found for range spec in event %s.\n", + "Argument definition %s, no matching ']' found for range spec in event %s.\n", name.c_str(), eventName );