Skip to content

Commit b8622c4

Browse files
committed
[Fix] Typos
1 parent fc419ad commit b8622c4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

RL2.ModLoader/BuiltinEndpoints.cs

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public partial class ModLoader
3030
OnUnload?.Invoke();
3131
orig(self);
3232
},
33-
new HokConfig() {
33+
new HookConfig() {
3434
ID = "RL2.ModLoader::OnGameUnload"
3535
}
3636
);

RL2.ModLoader/ConsoleHook.cs

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public partial class ModLoader {
1717
}
1818
orig(self);
1919
},
20-
new Hookconfig() {
20+
new HookConfig() {
2121
ID = "RL2.ModLoader::ConsoleHook"
2222
}
2323
);

RL2.ModLoader/ModLoaderDetours.cs

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public partial class ModLoader
1111
(Func<string> orig) => {
1212
return orig() + "\nRL2.ModLoader v." + ModLoaderVersion.ToString();
1313
},
14-
new Hookconfig() {
14+
new HookConfig() {
1515
ID = "RL2.ModLoader::VersionDisplay"
1616
}
1717
);

0 commit comments

Comments
 (0)