mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
tools: fix "the the" typos in comments
PR-URL: https://github.com/nodejs/node/pull/20716 Fixes: https://github.com/nodejs/node/issues/20682 Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
committed by
Anatoli Papirovski
parent
34471c79ff
commit
3b1bf0d394
@@ -417,7 +417,7 @@ def FixVCMacroSlashes(s):
|
||||
|
||||
|
||||
def ConvertVCMacrosToMSBuild(s):
|
||||
"""Convert the the MSVS macros found in the string to the MSBuild equivalent.
|
||||
"""Convert the MSVS macros found in the string to the MSBuild equivalent.
|
||||
|
||||
This list is probably not exhaustive. Add as needed.
|
||||
"""
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
#
|
||||
# Global settings and utility functions are currently stuffed in the
|
||||
# toplevel Makefile. It may make sense to generate some .mk files on
|
||||
# the side to keep the the files readable.
|
||||
# the side to keep the files readable.
|
||||
|
||||
import os
|
||||
import re
|
||||
|
||||
@@ -140,7 +140,7 @@ class Target(object):
|
||||
# On Windows, incremental linking requires linking against all the .objs
|
||||
# that compose a .lib (rather than the .lib itself). That list is stored
|
||||
# here. In this case, we also need to save the compile_deps for the target,
|
||||
# so that the the target that directly depends on the .objs can also depend
|
||||
# so that the target that directly depends on the .objs can also depend
|
||||
# on those.
|
||||
self.component_objs = None
|
||||
self.compile_deps = None
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<String Id="npm_Description">Install npm, the recommended package manager for [ProductName].</String>
|
||||
|
||||
<String Id="DocumentationShortcuts_Title">Online documentation shortcuts</String>
|
||||
<String Id="DocumentationShortcuts_Description">Add start menu entries that link the the online documentation for [ProductName] [FullVersion] and the [ProductName] website.</String>
|
||||
<String Id="DocumentationShortcuts_Description">Add start menu entries that link the online documentation for [ProductName] [FullVersion] and the [ProductName] website.</String>
|
||||
|
||||
<String Id="EnvironmentPath_Title">Add to PATH</String>
|
||||
<String Id="EnvironmentPath_Description">Add [ProductName], npm, and modules that were globally installed by npm to the PATH environment variable.</String>
|
||||
|
||||
Reference in New Issue
Block a user