chore: fix typos in 'spec/' folder (and one in 'lib/' folder) (#43374)
This commit is contained in:
parent
4ae43dcb3b
commit
ae0c8881c3
6 changed files with 10 additions and 10 deletions
|
@ -180,7 +180,7 @@ ifdescribe(!isLinuxOnArm && !process.mas && !process.env.DISABLE_CRASH_REPORTER_
|
|||
});
|
||||
|
||||
// Ensures that passing in crashpadHandlerPID flag for Linx child processes
|
||||
// does not affect child proocess args.
|
||||
// does not affect child process args.
|
||||
ifit(process.platform === 'linux')('ensure linux child process args are not modified', async () => {
|
||||
const { port, waitForCrash } = await startServer();
|
||||
let exitCode: number | null = null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue