Skip to content

Fix a few typos #699

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 19, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion code/fgame/actor.cpp
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion code/fgame/trigger.cpp
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion code/qcommon/listener.cpp
Original file line number Diff line number Diff line change
@@ -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
);