Skip to content

Commit db3c114

Browse files
RDILTravisEz13
authored andcommitted
Fix minor typos in code comments (#9917)
1 parent 4223bf1 commit db3c114

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/System.Management.Automation/engine/hostifaces/History.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1816,7 +1816,7 @@ private void ClearHistoryByID()
18161816
);
18171817
}
18181818
else
1819-
{// if id,count adn newest parameters are present
1819+
{// if id,count and newest parameters are present
18201820
// throw an exception for invalid count values
18211821

18221822
long id = _id[0];

tools/releaseTools.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ function Get-ChangeLog
159159
## and eventually merge the release branch back to the master branch. This will result in different commit nodes
160160
## in master branch that actually represent same set of changes.
161161
##
162-
## In this case, we cannot simply use the revision range "$tag_hash..HEAD" becuase it will include the original
162+
## In this case, we cannot simply use the revision range "$tag_hash..HEAD" because it will include the original
163163
## commits in the master branch that were cherry-picked to the release branch -- they are reachable from 'HEAD'
164164
## but not reachable from the last release tag. Instead, we need to exclude the commits that were cherry-picked,
165165
## and only include the commits that are not in the last release into the change log.

0 commit comments

Comments
 (0)