Skip to content
This repository was archived by the owner on Jan 13, 2024. It is now read-only.

Commit 5a0eaa6

Browse files
authored
fabricator: "wierd" -> "weird" in comment (#1661)
1 parent 6c98d49 commit 5a0eaa6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/fabricator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ export function fabricateTwice(
156156
) {
157157
fabricate(bakes, fabricator, snap, body, (error, buffer) => {
158158
// node0 can not produce second time, even if first time produced fine,
159-
// probably because of 'filename' cache. also, there are wierd cases
159+
// probably because of 'filename' cache. also, there are weird cases
160160
// when node4 can not compile as well, for example file 'lib/js-yaml/dumper.js'
161161
// of package js-yaml@3.9.0 does not get bytecode second time on node4-win-x64
162162
if (error) return fabricate(bakes, fabricator, snap, body, cb);

0 commit comments

Comments
 (0)