pass on backend, spelling

This commit is contained in:
goat 2023-08-07 23:57:31 +02:00
parent fe8ee19175
commit 3f764d2e40
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B
2 changed files with 3 additions and 3 deletions

View file

@ -27,7 +27,7 @@ internal static class SignatureHelper
/// <param name="self">The object to initialise.</param>
/// <param name="log">If warnings should be logged using <see cref="PluginLog"/>.</param>
/// <returns>Collection of created IDalamudHooks.</returns>
internal static IEnumerable<IDalamudHook> Initialise(object self, bool log = true)
internal static IEnumerable<IDalamudHook> Initialize(object self, bool log = true)
{
var scanner = Service<SigScanner>.Get();
var selfType = self.GetType();