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()))