Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ortham committed Aug 17, 2023
1 parent 40491dd commit 5618982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/enums.rs
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ impl fmt::Display for Error {
),
Error::GameMasterMustLoadFirst => write!(
f,
"The game's implicitly active plugins must load in their harcoded positions"
"The game's implicitly active plugins must load in their hardcoded positions"
),
Error::InvalidPlugin(ref x) => write!(f, "The plugin file \"{}\" is invalid", x),
Error::ImplicitlyActivePlugin(ref x) => write!(
Expand Down

0 comments on commit 5618982

Please sign in to comment.