Skip to content

Commit 3452fe9

Browse files
Fix typo in the error message
1 parent b011f6b commit 3452fe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rebase.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const (
3030
var RebaseNoOperation uint = ^uint(0)
3131

3232
// Error returned if there is no current rebase operation
33-
var ErrRebaseNoOperation = errors.New("o current rebase operation")
33+
var ErrRebaseNoOperation = errors.New("no current rebase operation")
3434

3535
// RebaseOperation describes a single instruction/operation to be performed during the rebase.
3636
type RebaseOperation struct {

0 commit comments

Comments
 (0)