summaryrefslogtreecommitdiff
path: root/cmd
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 /cmd
parentFix line wrapping not working on history (diff)
Fix typos
Diffstat (limited to 'cmd')
-rw-r--r--cmd/senpai/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/senpai/main.go b/cmd/senpai/main.go
index c9a581f..8d56cef 100644
--- a/cmd/senpai/main.go
+++ b/cmd/senpai/main.go
@@ -35,7 +35,7 @@ func main() {
cfg, err := senpai.LoadConfigFile(configPath)
if err != nil {
- fmt.Fprintf(os.Stderr, "failed to load the required configuraiton file at %q: %s\n", configPath, err)
+ fmt.Fprintf(os.Stderr, "failed to load the required configuration file at %q: %s\n", configPath, err)
os.Exit(1)
}