Skip to content

Commit a977669

Browse files
authored
Merge pull request #1328 from windayski/windayski-patch-1
fix typos
2 parents 64fbb6c + c8c433f commit a977669

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/notes/notes.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ type Documentation struct {
112112
// The url to be linked
113113
URL string `json:"url"`
114114

115-
// Clssifies the link as something special, like a KEP
115+
// Classifies the link as something special, like a KEP
116116
Type DocType `json:"type"`
117117
}
118118

@@ -604,7 +604,7 @@ func (g *Gatherer) notesForCommit(commit *gogithub.RepositoryCommit) (*Result, e
604604
"Including notes for PR #%d based on the inclusion filter",
605605
pr.GetNumber(),
606606
)
607-
// Do not test further PRs for this commmit as soon as one PR matched
607+
// Do not test further PRs for this commit as soon as one PR matched
608608
return res, nil
609609
}
610610
}

0 commit comments

Comments
 (0)