aboutsummaryrefslogtreecommitdiff
path: root/ask
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2017-07-08 12:05:27 +0200
committerDimitri Sokolyuk <demon@dim13.org>2017-07-08 12:05:27 +0200
commitc3c68525b2b2db444f962317077f16ce53e8770e (patch)
treecde284e9d413b07c838a75115f7d0352a3e06afc /ask
parent0363451ca18213b1f9e4c412070cd871c84ce3a5 (diff)
typo
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 {