Skip to content

Commit 0846149

Browse files
author
Masashi Hirano
committed
doc: fix typo the the
Fix typo `the the`. Fixes: #20682
1 parent ffb503b commit 0846149

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

doc/changelogs/CHANGELOG_V8.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2474,7 +2474,7 @@ Big thanks to @addaleax who prepared the vast majority of this release.
24742474
* [[`16f2600ecf`](https://github.com/nodejs/node/commit/16f2600ecf)] - **child_process**: emit IPC messages on next tick (cjihrig) [#13856](https://github.com/nodejs/node/pull/13856)
24752475
* [[`dfc46e262a`](https://github.com/nodejs/node/commit/dfc46e262a)] - **(SEMVER-MINOR)** **cluster**: overriding inspector port (cornholio) [#14140](https://github.com/nodejs/node/pull/14140)
24762476
* [[`26f85e75f9`](https://github.com/nodejs/node/commit/26f85e75f9)] - **cluster**: remove obsolete todo (Ruben Bridgewater) [#13734](https://github.com/nodejs/node/pull/13734)
2477-
* [[`816f98f5d0`](https://github.com/nodejs/node/commit/816f98f5d0)] - **console**: use a plain object for the the error stack (Ruben Bridgewater) [#13743](https://github.com/nodejs/node/pull/13743)
2477+
* [[`816f98f5d0`](https://github.com/nodejs/node/commit/816f98f5d0)] - **console**: use a plain object for the error stack (Ruben Bridgewater) [#13743](https://github.com/nodejs/node/pull/13743)
24782478
* [[`932791063b`](https://github.com/nodejs/node/commit/932791063b)] - **(SEMVER-MINOR)** **deps**: hotfix to bump npx version (Kat Marchán) [#14235](https://github.com/nodejs/node/pull/14235)
24792479
* [[`dc3f6b9ac1`](https://github.com/nodejs/node/commit/dc3f6b9ac1)] - **(SEMVER-MINOR)** **deps**: upgrade npm to 5.3.0 (Kat Marchán) [#14235](https://github.com/nodejs/node/pull/14235)
24802480
* [[`fe6ca44f84`](https://github.com/nodejs/node/commit/fe6ca44f84)] - **deps**: upgrade libuv to 1.13.1 (cjihrig) [#14117](https://github.com/nodejs/node/pull/14117)

tools/gyp/pylib/gyp/MSVSSettings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ def FixVCMacroSlashes(s):
417417

418418

419419
def ConvertVCMacrosToMSBuild(s):
420-
"""Convert the the MSVS macros found in the string to the MSBuild equivalent.
420+
"""Convert the MSVS macros found in the string to the MSBuild equivalent.
421421
422422
This list is probably not exhaustive. Add as needed.
423423
"""

tools/gyp/pylib/gyp/generator/make.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#
2020
# Global settings and utility functions are currently stuffed in the
2121
# toplevel Makefile. It may make sense to generate some .mk files on
22-
# the side to keep the the files readable.
22+
# the side to keep the files readable.
2323

2424
import os
2525
import re

tools/gyp/pylib/gyp/generator/ninja.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def __init__(self, type):
140140
# On Windows, incremental linking requires linking against all the .objs
141141
# that compose a .lib (rather than the .lib itself). That list is stored
142142
# here. In this case, we also need to save the compile_deps for the target,
143-
# so that the the target that directly depends on the .objs can also depend
143+
# so that the target that directly depends on the .objs can also depend
144144
# on those.
145145
self.component_objs = None
146146
self.compile_deps = None

tools/msvs/msi/i18n/en-us.wxl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<String Id="npm_Description">Install npm, the recommended package manager for [ProductName].</String>
2323

2424
<String Id="DocumentationShortcuts_Title">Online documentation shortcuts</String>
25-
<String Id="DocumentationShortcuts_Description">Add start menu entries that link the the online documentation for [ProductName] [FullVersion] and the [ProductName] website.</String>
25+
<String Id="DocumentationShortcuts_Description">Add start menu entries that link the online documentation for [ProductName] [FullVersion] and the [ProductName] website.</String>
2626

2727
<String Id="EnvironmentPath_Title">Add to PATH</String>
2828
<String Id="EnvironmentPath_Description">Add [ProductName], npm, and modules that were globally installed by npm to the PATH environment variable.</String>

0 commit comments

Comments
 (0)