diff --git a/src/libraries/AccountStorage.sol b/src/libraries/AccountStorage.sol index 9bfab3f5..4254e2c2 100644 --- a/src/libraries/AccountStorage.sol +++ b/src/libraries/AccountStorage.sol @@ -17,7 +17,7 @@ struct PluginData { StoredInjectedHook[] injectedHooks; } -// A version of IPliginManager.InjectedHook used to track injected hooks in storage. +// A version of IPluginManager. InjectedHook used to track injected hooks in storage. // Omits the hookApplyData field, which is not needed for storage, and flattens the struct. struct StoredInjectedHook { // The plugin that provides the hook