diff options
| author | Ibrahim Serdar Acikgoz <serdaracikgoz86@gmail.com> | 2018-12-05 01:24:48 +0300 |
|---|---|---|
| committer | Ibrahim Serdar Acikgoz <serdaracikgoz86@gmail.com> | 2018-12-05 01:24:48 +0300 |
| commit | 357761313b00cb5799b2971631c4adfb2daaa98e (patch) | |
| tree | 24d56318bf578160c150b01c8e8f9ae06bc6da7b /pkg/gui/mainview.go | |
| parent | queue converted to first in first out principle (diff) | |
| download | gitbatch-357761313b00cb5799b2971631c4adfb2daaa98e.tar.gz | |
added sorting
Diffstat (limited to 'pkg/gui/mainview.go')
| -rw-r--r-- | pkg/gui/mainview.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/gui/mainview.go b/pkg/gui/mainview.go index e9bd1f3..6911c69 100644 --- a/pkg/gui/mainview.go +++ b/pkg/gui/mainview.go @@ -93,7 +93,7 @@ func (gui *Gui) getSelectedRepository() *git.RepoEntity { return gui.State.Repositories[cy+oy] } -// marking repostiry is simply adding the repostirory into the queue. the +// marking repository is simply adding the repostirory into the queue. the // function does take its current state into account before adding it func (gui *Gui) markRepository(g *gocui.Gui, v *gocui.View) error { r := gui.getSelectedRepository() |
