summaryrefslogtreecommitdiff
path: root/commands.go
diff options
context:
space:
mode:
authorHubert Hirtz <hubert@hirtz.pm>2021-09-11 19:29:20 +0200
committerHubert Hirtz <hubert@hirtz.pm>2021-09-11 19:29:20 +0200
commit75349a86ba872e8bd88f6a7ce625b2b6ca81c893 (patch)
treecdb89e1f4b6fcf55b6e026d1a22dca6a20a2ee75 /commands.go
parentFix line wrapping not working on history (diff)
Fix typos
Diffstat (limited to 'commands.go')
-rw-r--r--commands.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands.go b/commands.go
index 626ba00..78cb780 100644
--- a/commands.go
+++ b/commands.go
@@ -441,7 +441,7 @@ func (app *App) handleInput(buffer, content string) error {
return noCommand(app, buffer, rawArgs)
}
if cmdName == "" {
- return fmt.Errorf("lone slash at the begining")
+ return fmt.Errorf("lone slash at the beginning")
}
var chosenCMDName string