Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9521c70

Browse files
gengjiawencodebytere
authored andcommittedJul 10, 2020
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 cd5af16 commit 9521c70

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)
Please sign in to comment.