Skip to content

Commit

Permalink
fix: typo: offical -> official
Browse files Browse the repository at this point in the history
  • Loading branch information
justinsmid committed Nov 17, 2023
1 parent 0ce057c commit 9ee30c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Utils/RMC/RMC.as
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class RMC
void RenderCustomSearchWarning() {
if ((RMC::IsRunning || RMC::IsStarting) && PluginSettings::CustomRules) {
UI::Separator();
UI::Text("\\$fc0"+ Icons::ExclamationTriangle + " \\$zInvalid for offical leaderboards ");
UI::Text("\\$fc0"+ Icons::ExclamationTriangle + " \\$zInvalid for official leaderboards ");
UI::SetPreviousTooltip("This run has custom search parameters enabled, meaning that you only get maps after the settings you configured. \nTo change this, toggle the \"Use these parameters in RMC\" under the \"Searching\" settings");
}
}
Expand Down

0 comments on commit 9ee30c7

Please sign in to comment.