Skip to content

Commit 921726e

Browse files
twolifesmallmodel
andauthored
Fix a few typos (#699)
Co-authored-by: smallmodel <[email protected]>
1 parent b5e49df commit 921726e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

code/fgame/actor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ Event EV_Actor_SetAnimFinal
432432
EV_DEFAULT,
433433
NULL,
434434
NULL,
435-
"Whether the animation was succesfully finished",
435+
"Whether the animation was successfully finished",
436436
EV_SETTER
437437
);
438438
Event EV_Actor_GetWeaponType

code/fgame/trigger.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Event EV_Trigger_SetCount
7777
EV_DEFAULT,
7878
"i",
7979
"count",
80-
"Set the amount of times this trigger can be triggered",
80+
"Set the number of times this trigger can be triggered",
8181
EV_NORMAL
8282
);
8383
Event EV_Trigger_SetMessage

code/qcommon/listener.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@ void EventArgDef::Setup(const char *eventName, const char *argName, const char *
669669
if (!endptr) {
670670
assert(0);
671671
EVENT_Printf(
672-
"Argument defintion %s, no matching ']' found for range spec in event %s.\n",
672+
"Argument definition %s, no matching ']' found for range spec in event %s.\n",
673673
name.c_str(),
674674
eventName
675675
);

0 commit comments

Comments
 (0)