From e90b847f08ef114ae8c406ca62e32dc4e648afae Mon Sep 17 00:00:00 2001 From: strafe Date: Sat, 28 Apr 2018 17:19:13 +0100 Subject: [PATCH] Typos --- README.md | 4 ++-- addons/sourcemod/scripting/include/bhopstats.inc | 2 +- addons/sourcemod/scripting/include/shavit.inc | 8 ++++---- addons/sourcemod/scripting/shavit-rankings.sp | 2 +- addons/sourcemod/translations/shavit-zones.phrases.txt | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 6b905337..24ab2e9f 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,6 @@ Including a records system, map zones (start/end marks etc), bonuses, HUD with u Refer to the [wiki page](https://github.com/shavitush/bhoptimer/wiki/1.-Installation). # Required plugins: -`shavit-core` - compeletely required. -`shavit-zones` - compeletely required. +`shavit-core` - completely required. +`shavit-zones` - completely required. `shavit-wr` - required for `shavit-stats`, `shavit-replay`, `shavit-rankings` and `shavit-sounds`. diff --git a/addons/sourcemod/scripting/include/bhopstats.inc b/addons/sourcemod/scripting/include/bhopstats.inc index 7106bc65..750aa896 100644 --- a/addons/sourcemod/scripting/include/bhopstats.inc +++ b/addons/sourcemod/scripting/include/bhopstats.inc @@ -37,7 +37,7 @@ enum CheatType(+=1) * * @param client Client index. * @param onground True if the jump key will do anything for the player when tapped. - * @param perfcct Was the jump perfectly timed? + * @param perfect Was the jump perfectly timed? * @noreturn */ forward void Bunnyhop_OnJumpPressed(int client, bool onground, bool perfect); diff --git a/addons/sourcemod/scripting/include/shavit.inc b/addons/sourcemod/scripting/include/shavit.inc index 0c483693..de10b90f 100644 --- a/addons/sourcemod/scripting/include/shavit.inc +++ b/addons/sourcemod/scripting/include/shavit.inc @@ -291,7 +291,7 @@ stock void FormatSeconds(float time, char[] newtime, int newtimesize, bool preci * @param client Client index. * @param buttons Buttons sent in the usercmd. * @param impulse Impulse sent in the usercmd. - * @param vel A vector that contain's the player's desired movement. vel[0] is forwardmove, vel[1] is sidemove. + * @param vel A vector that contains the player's desired movement. vel[0] is forwardmove, vel[1] is sidemove. * @param angles The player's requested viewangles. They will not necessarily be applied as SRCDS itself won't accept every value. * @param status The player's timer status. * @param track The player's timer track. @@ -491,7 +491,7 @@ forward void Shavit_OnChatConfigLoaded(); * @param type Zone type. * @param track Zone track. * @param id Zone ID. 0 for native zones. - * @param entity Zone entity iD. + * @param entity Zone trigger entity index. * @noreturn */ forward void Shavit_OnEnterZone(int client, int type, int track, int id, int entity); @@ -503,7 +503,7 @@ forward void Shavit_OnEnterZone(int client, int type, int track, int id, int ent * @param type Zone type. * @param track Zone track. * @param id Zone ID. 0 for native zones. - * @param entity Zone entity iD. + * @param entity Zone trigger entity index. * @noreturn */ forward void Shavit_OnLeaveZone(int client, int type, int track, int id, int entity); @@ -983,7 +983,7 @@ native int Shavit_GetHUDSettings(int client); * Intended to be used by checkpoints. * * @param client Client index. - * @param practice Enable or disable practice modce. + * @param practice Enable or disable practice mode. * @param alert Alert the client about practice mode? * @noreturn */ diff --git a/addons/sourcemod/scripting/shavit-rankings.sp b/addons/sourcemod/scripting/shavit-rankings.sp index c89b52f5..e5614a1a 100644 --- a/addons/sourcemod/scripting/shavit-rankings.sp +++ b/addons/sourcemod/scripting/shavit-rankings.sp @@ -22,7 +22,7 @@ // Rank 1 per map/style/track gets ((points per tier * tier) * 1.5) + (rank 1 time in seconds / 15.0) points. // Records below rank 1 get points% relative to their time in comparison to rank 1. // -// Bonus track gets a 0.25* final mutliplier for points and is treated as tier 1. +// Bonus track gets a 0.25* final multiplier for points and is treated as tier 1. // // Points for all styles are combined to promote competitive and fair gameplay. // A player that gets good times at all styles should be ranked high. diff --git a/addons/sourcemod/translations/shavit-zones.phrases.txt b/addons/sourcemod/translations/shavit-zones.phrases.txt index b0f75ad9..59ee98ee 100644 --- a/addons/sourcemod/translations/shavit-zones.phrases.txt +++ b/addons/sourcemod/translations/shavit-zones.phrases.txt @@ -103,7 +103,7 @@ } "ZoneDeleteAllSuccessful" { - "en" "Deleted all map zones succesfully" + "en" "Deleted all map zones successfully" } "ZoneFirst" {