Skip to content

Commit f580417

Browse files
zeroknotskopy-kat
andauthored
Update src/core/ModuleManager.sol
Co-authored-by: Konrad <kopp.konrad@gmail.com>
1 parent 468e1b8 commit f580417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/ModuleManager.sol

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ abstract contract ModuleManager is IRegistry, ResolverManager {
137137
// prevent someone from calling a registry function pretending its a factory
138138
if (factory == address(this)) revert FactoryCallFailed(factory);
139139

140-
// Call the factory via the trampolin contract. This will make sure that there is msg.sender separation
140+
// Call the factory via the trampoline contract. This will make sure that there is msg.sender separation
141141
// Making "raw" calls to user supplied addresses could create security issues.
142142
moduleAddress = FACTORY_TRAMPOLINE.deployViaFactory{ value: msg.value }({ factory: factory, callOnFactory: callOnFactory });
143143

0 commit comments

Comments
 (0)