Skip to content

Commit b9f8034

Browse files
gengjiawencodebytere
authored andcommitted
test: fix typo in common/index.js
PR-URL: #33976 Reviewed-By: David Carlier <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
1 parent 6d5383d commit b9f8034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/common/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const process = global.process; // Some tests tamper with the process global.
2727
const assert = require('assert');
2828
const { exec, execSync, spawnSync } = require('child_process');
2929
const fs = require('fs');
30-
// Do not require 'os' until needed so that test-os-checked-fucnction can
30+
// Do not require 'os' until needed so that test-os-checked-function can
3131
// monkey patch it. If 'os' is required here, that test will fail.
3232
const path = require('path');
3333
const util = require('util');

0 commit comments

Comments
 (0)