Skip to content

Commit bfd32fe

Browse files
author
Yohix
authored
doc: fix typos (#1284)
1 parent 78bd29d commit bfd32fe

10 files changed

+12
-12
lines changed

browser_patches/buildbots/buildbot-linux.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -e
33
set +x
44

55
if [[ $(uname) != "Linux" ]]; then
6-
echo "ERROR: this script is desgined to be run on Linux. Can't run on $(uname)"
6+
echo "ERROR: this script is designed to be run on Linux. Can't run on $(uname)"
77
exit 1
88
fi
99

browser_patches/buildbots/buildbot-mac-10.14.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ set -e
33
set +x
44

55
if [[ "$(uname)" != "Darwin" ]]; then
6-
echo "ERROR: this script is desgined to be run on OSX. Can't run on $(uname)"
6+
echo "ERROR: this script is designed to be run on OSX. Can't run on $(uname)"
77
exit 1
88
fi
99

1010
MAC_MAJOR_MINOR_VERSION=$(sw_vers -productVersion | grep -o '^\d\+.\d\+')
1111
if [[ $MAC_MAJOR_MINOR_VERSION != "10.14" ]]; then
12-
echo "ERROR: this script is desgined to be run on OSX 10.14. Can't run on OSX $MAC_MAJOR_MINOR_VERSION"
12+
echo "ERROR: this script is designed to be run on OSX 10.14. Can't run on OSX $MAC_MAJOR_MINOR_VERSION"
1313
exit 1
1414
fi
1515

browser_patches/buildbots/buildbot-mac-10.15.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ set -e
33
set +x
44

55
if [[ "$(uname)" != "Darwin" ]]; then
6-
echo "ERROR: this script is desgined to be run on OSX. Can't run on $(uname)"
6+
echo "ERROR: this script is designed to be run on OSX. Can't run on $(uname)"
77
exit 1
88
fi
99

1010
MAC_MAJOR_MINOR_VERSION=$(sw_vers -productVersion | grep -o '^\d\+.\d\+')
1111
if [[ $MAC_MAJOR_MINOR_VERSION != "10.15" ]]; then
12-
echo "ERROR: this script is desgined to be run on OSX 10.15. Can't run on OSX $MAC_MAJOR_MINOR_VERSION"
12+
echo "ERROR: this script is designed to be run on OSX 10.15. Can't run on OSX $MAC_MAJOR_MINOR_VERSION"
1313
exit 1
1414
fi
1515

browser_patches/buildbots/buildbot-windows.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -e
33
set +x
44

55
if [[ $(uname) != MINGW* ]]; then
6-
echo "ERROR: this script is desgined to be run on MINGW. Can't run on $(uname)"
6+
echo "ERROR: this script is designed to be run on MINGW. Can't run on $(uname)"
77
exit 1
88
fi
99

browser_patches/checkout_build_archive_upload.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set +x
55
if [[ ($1 == '--help') || ($1 == '-h') ]]; then
66
echo "usage: $(basename $0) [firefox-linux|firefox-win32|firefox-win64|webkit-gtk|webkit-wpe|webkit-gtk-wpe|webkit-win64|webkit-mac-10.14|webkit-mac-10.15] [-f|--force]"
77
echo
8-
echo "Prepares checkout under browser folder, applies patches, builds, archives, and uploades if build is missing."
8+
echo "Prepares checkout under browser folder, applies patches, builds, archives, and uploads if build is missing."
99
echo "Script will bail out early if the build for the browser version is already present."
1010
echo
1111
echo "Pass -f to upload anyway."

docs/troubleshooting.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ await page.evaluate(`(async() => {
292292

293293
## ReferenceError: URL is not defined
294294

295-
Playwright requires node 10 or higher. Node 8 is not supported, and will cause you to recieve this error.
295+
Playwright requires node 10 or higher. Node 8 is not supported, and will cause you to receive this error.
296296

297297
# Please file an issue
298298

src/chromium/crTarget.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export class CRTarget {
9292
session.once('Runtime.executionContextCreated', async event => {
9393
worker._createExecutionContext(new CRExecutionContext(session, event.context));
9494
});
95-
// This might fail if the target is closed before we recieve all execution contexts.
95+
// This might fail if the target is closed before we receive all execution contexts.
9696
session.send('Runtime.enable', {}).catch(debugError);
9797
return worker;
9898
});

test/test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ describe(product, () => {
117117
});
118118

119119
if (process.env.CI && testRunner.hasFocusedTestsOrSuites()) {
120-
console.error('ERROR: "focused" tests/suites are prohibitted on bots. Remove any "fit"/"fdescribe" declarations.');
120+
console.error('ERROR: "focused" tests/suites are prohibited on bots. Remove any "fit"/"fdescribe" declarations.');
121121
process.exit(1);
122122
}
123123

test/utils.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ const utils = module.exports = {
222222
// from someone who has WRITE ACCESS to the repo.
223223
//
224224
// Since we don't want to run flakiness dashboard for PRs on all CIs, we
225-
// check existance of FLAKINESS_DASHBOARD_PASSWORD and absense of
225+
// check existence of FLAKINESS_DASHBOARD_PASSWORD and absence of
226226
// CIRRUS_BASE_SHA env variables.
227227
if (!process.env.FLAKINESS_DASHBOARD_PASSWORD || process.env.CIRRUS_BASE_SHA)
228228
return;

utils/flakiness-dashboard/FlakinessDashboard.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ class Git {
150150
schemeIndex += '://'.length;
151151
url = url.substring(0, schemeIndex) + username + ':' + password + '@' + url.substring(schemeIndex);
152152
const repoPath = await mkdtempAsync(TMP_FOLDER);
153-
// Check existance of a remote branch for this bot.
153+
// Check existence of a remote branch for this bot.
154154
const {stdout} = await spawnAsync('git', 'ls-remote', '--heads', url, branch);
155155
// If there is no remote branch for this bot - create one.
156156
if (!stdout.includes(branch)) {

0 commit comments

Comments
 (0)