Skip to content

Commit dc745f5

Browse files
authored
Merge pull request libgit2#411 from harsimranmaan/patch-1
Fix typo in the error message
2 parents b011f6b + 3452fe9 commit dc745f5

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)