Merge pull request #411 from harsimranmaan/patch-1

Fix typo in the error message
This commit is contained in:
Carlos Martín Nieto 2017-10-03 11:30:33 +02:00 committed by GitHub
commit dc745f54c5
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 {