summaryrefslogtreecommitdiffstats
path: root/pkg/commands/stash_entry.go
diff options
context:
space:
mode:
authorhaowei <haoweicrushu@gmail.com>2019-05-22 21:34:29 +0800
committerJesse Duffield <jessedduffield@gmail.com>2019-07-14 14:24:59 +1000
commite1f5601d4b7d77a9918e7f445c7fc58f3c441969 (patch)
treee2469648bb1972305c3c276fb68ca007a1a7a8c3 /pkg/commands/stash_entry.go
parentb60ecdaa24ff1867c3c7723c2b5f5d0253c0bae8 (diff)
fix typo
Diffstat (limited to 'pkg/commands/stash_entry.go')
-rw-r--r--pkg/commands/stash_entry.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/commands/stash_entry.go b/pkg/commands/stash_entry.go
index a9cfd95bf..a47200fd4 100644
--- a/pkg/commands/stash_entry.go
+++ b/pkg/commands/stash_entry.go
@@ -7,7 +7,7 @@ type StashEntry struct {
DisplayString string
}
-// GetDisplayStrings returns the dispaly string of branch
+// GetDisplayStrings returns the display string of branch
func (s *StashEntry) GetDisplayStrings(isFocused bool) []string {
return []string{s.DisplayString}
}