Skip to content

Commit e27dce5

Browse files
committed
fix: typo HosyMorphoBorrow -> HostMorphoBorrow
1 parent d6ed845 commit e27dce5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/apps/Morpho.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ contract HostMorphoSupply is HostMorphoUser {
237237
}
238238
}
239239

240-
contract HosyMorphoBorrow is HostMorphoUser {
240+
contract HostMorphoBorrow is HostMorphoUser {
241241
constructor(IMorpho _morpho, MarketParams memory _params) HostMorphoUser(_morpho, _params) {}
242242

243243
// This function

0 commit comments

Comments
 (0)