From e504bfe1570d2e0b717ca97b6151dbc0ca41ffd5 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sun, 15 Nov 2020 18:51:50 +0100 Subject: [PATCH] Fix typo --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 83ce4c6..ba5f122 100644 --- a/main.go +++ b/main.go @@ -34,7 +34,7 @@ const modeLine int = 1 const modeFile int = 2 func getMode() int { - fmt.Println("Availabl Modes:") + fmt.Println("Available Modes:") fmt.Println("1: Generate one QR-Code for each line of text in each text file") fmt.Println("2: Generate one QR-Code for each text file") fmt.Println("What mode should the tool use? [1]")