Skip to content

Commit c64a1a3

Browse files
targosaduh95
authored andcommitted
build: fix typo in node.gyp
PR-URL: #52719 Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Deokjin Kim <[email protected]> Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Ulises Gascón <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]>
1 parent d568a9a commit c64a1a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node.gyp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@
197197
'src/dataqueue/queue.h',
198198
'src/debug_utils.h',
199199
'src/debug_utils-inl.h',
200-
'src/embeded_data.h',
200+
'src/embedded_data.h',
201201
'src/encoding_binding.h',
202202
'src/env_properties.h',
203203
'src/env.h',

0 commit comments

Comments
 (0)