diff options
| author | Carlos MartÃn Nieto <[email protected]> | 2017-10-03 11:30:33 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-10-03 11:30:33 +0200 |
| commit | dc745f54c5690276bc3bdf83f27f751295a816ff (patch) | |
| tree | 682413d1f618f5072b9a2771c9a788746e48a03a | |
| parent | b011f6b2485c697062425cc804f0a645429415b2 (diff) | |
| parent | 3452fe984d7e6deeab050946adccea4678c0f390 (diff) | |
Merge pull request #411 from harsimranmaan/patch-1
Fix typo in the error message
| -rw-r--r-- | rebase.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |
