summaryrefslogtreecommitdiffstats
path: root/pkg/gui/command_log_panel.go
diff options
context:
space:
mode:
authorDaniel Ebrahimian <github@danielebra.com>2021-06-28 11:03:54 +1000
committerGitHub <noreply@github.com>2021-06-28 11:03:54 +1000
commit0c3132c6f065a05d44404ab8254339c85ff688fc (patch)
tree7a49cf028f7f1066f8aa2711beaf51feb2a4ff8a /pkg/gui/command_log_panel.go
parentb28569a593c9c90bf50740f485bb3711b2c5ad2b (diff)
Fix typo in random tip
Diffstat (limited to 'pkg/gui/command_log_panel.go')
-rw-r--r--pkg/gui/command_log_panel.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/gui/command_log_panel.go b/pkg/gui/command_log_panel.go
index 469fbd1a1..5cd632c17 100644
--- a/pkg/gui/command_log_panel.go
+++ b/pkg/gui/command_log_panel.go
@@ -102,7 +102,7 @@ func (gui *Gui) getRandomTip() string {
formattedKey(config.Universal.GoInto),
),
fmt.Sprintf(
- "You can diff two commits by pressing '%s' one one commit and then navigating to the other. You can then press '%s' to view the files of the diff",
+ "You can diff two commits by pressing '%s' on one commit and then navigating to the other. You can then press '%s' to view the files of the diff",
formattedKey(config.Universal.DiffingMenu),
formattedKey(config.Universal.GoInto),
),