Skip to content

Commit 434bdb6

Browse files
Merge pull request #31 from jsoref/spelling
Spelling
2 parents 39da671 + 1d32243 commit 434bdb6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/blame/blame.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ type Options struct {
1818
Lines []int
1919
}
2020

21-
// Blame represents the "blame" of a particlar line or range of lines
21+
// Blame represents the "blame" of a particular line or range of lines
2222
type Blame struct {
2323
SHA string
2424
Author Event

pkg/todos/todos.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ func (t ToDos) Less(i, j int) bool {
7171
return first.Blame.Author.When.Before(second.Blame.Author.When)
7272
}
7373

74-
// Swap swaps two todoss
74+
// Swap swaps two todos
7575
func (t ToDos) Swap(i, j int) {
7676
temp := t[i]
7777
t[i] = t[j]

0 commit comments

Comments
 (0)