aboutsummaryrefslogtreecommitdiff
path: root/ask
diff options
context:
space:
mode:
Diffstat (limited to 'ask')
-rw-r--r--ask/ask.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ask/ask.go b/ask/ask.go
index ab2b024..7d87e83 100644
--- a/ask/ask.go
+++ b/ask/ask.go
@@ -35,7 +35,7 @@ func Confirmed() (string, error) {
return pass, nil
}
-// Password ask for password once
+// Password asks for password once
func Password() (string, error) {
restore, err := makeRaw(os.Stdin)
if err != nil {