diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-12-05 12:23:17 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-12-05 12:23:17 +0100 |
commit | 25b6ad79922d739fd046e07db1996c93c567b350 (patch) | |
tree | fe1725cea7db899c0f858db84189c1b380a9f64f /src/passphrase.h | |
parent | beginning of issue #2 on github (diff) | |
download | libpassphrase-25b6ad79922d739fd046e07db1996c93c567b350.tar.gz libpassphrase-25b6ad79922d739fd046e07db1996c93c567b350.tar.bz2 libpassphrase-25b6ad79922d739fd046e07db1996c93c567b350.tar.xz |
read input from passcheck
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/passphrase.h')
-rw-r--r-- | src/passphrase.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/passphrase.h b/src/passphrase.h index 24ee71b..dd9dfb6 100644 --- a/src/passphrase.h +++ b/src/passphrase.h @@ -39,7 +39,7 @@ /** * `passphrase_read2` shall draw a pasphrase - * strenght meter if such capability is + * strength meter if such capability is * available. This should be used when create * a new passphrase. * Should not be combined with `PASSPHRASE_READ_EXISTING`. |