From 06d6d69755d6269efde10db78a8fefee1c3f4e17 Mon Sep 17 00:00:00 2001 From: Fadi Abbud Date: Thu, 6 Jan 2022 09:58:15 +0100 Subject: [PATCH] Fix typo --- cmd/csaf_uploader/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/csaf_uploader/main.go b/cmd/csaf_uploader/main.go index c12b409..d3be6f6 100644 --- a/cmd/csaf_uploader/main.go +++ b/cmd/csaf_uploader/main.go @@ -316,7 +316,7 @@ func findIniFile() string { return "" } -// readInteractive prints a message to command line and retrives the password from it. +// readInteractive prints a message to command line and retrieves the password from it. func readInteractive(prompt string, pw **string) error { fmt.Print(prompt) p, err := terminal.ReadPassword(int(os.Stdin.Fd()))