Fix typo in the error message #411

Merged
harsimranmaan merged 1 commits from patch-1 into master 2017-10-03 04:30:34 -05:00
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ const (
var RebaseNoOperation uint = ^uint(0)
// Error returned if there is no current rebase operation
var ErrRebaseNoOperation = errors.New("o current rebase operation")
var ErrRebaseNoOperation = errors.New("no current rebase operation")
// RebaseOperation describes a single instruction/operation to be performed during the rebase.
type RebaseOperation struct {