Skip to content

Commit 7869761

Browse files
lpincaaduh95
authored andcommitted
net: fix typo
`construtor` -> `constructor`. Fixes: #38125 PR-URL: #38127 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Yongsheng Zhang <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Zijian Liu <[email protected]>
1 parent 0fa579a commit 7869761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/internal/socketaddress.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ class InternalSocketAddress extends JSTransferable {
146146
}
147147

148148
InternalSocketAddress.prototype.constructor =
149-
SocketAddress.prototype.construtor;
149+
SocketAddress.prototype.constructor;
150150
ObjectSetPrototypeOf(InternalSocketAddress.prototype, SocketAddress.prototype);
151151

152152
module.exports = {

0 commit comments

Comments
 (0)