mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 11:55:40 +01:00
Fix typo
This commit is contained in:
parent
b32f2c6b03
commit
06d6d69755
1 changed files with 1 additions and 1 deletions
|
|
@ -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()))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue