From 75349a86ba872e8bd88f6a7ce625b2b6ca81c893 Mon Sep 17 00:00:00 2001 From: Hubert Hirtz Date: Sat, 11 Sep 2021 19:29:20 +0200 Subject: Fix typos --- cmd/senpai/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd') 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) } -- cgit v1.2.3