Skip to content

Commit

Permalink
Fix two typos in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEWaite committed Apr 21, 2024
1 parent c331e4e commit ec4fd61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1590,7 +1590,7 @@ for (job in allItems) {
def counter = 0;
for (build in job.getBuilds()) {
// It is possible for a build to have multiple BuildData actions
// since we can use the Mulitple SCM plugin.
// since we can use the Multiple SCM plugin.
def gitActions = build.getActions(hudson.plugins.git.util.BuildData.class)
if (gitActions != null) {
for (action in gitActions) {
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/hudson/plugins/git/GitSCMTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -2137,7 +2137,7 @@ public void testDataCompatibility1() throws Exception {
}

/**
* Test a pipeline getting the value from several checkout steps gets the latest data everytime.
* Test a pipeline getting the value from several checkout steps gets the latest data every time.
* @throws Exception If anything wrong happens
*/
@Issue("JENKINS-53346")
Expand Down

0 comments on commit ec4fd61

Please sign in to comment.