summaryrefslogtreecommitdiffstats
path: root/usr.bin/x99token/x99token.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/x99token/x99token.c')
-rw-r--r--usr.bin/x99token/x99token.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/x99token/x99token.c b/usr.bin/x99token/x99token.c
index c513056560a..4f739b6bdb7 100644
--- a/usr.bin/x99token/x99token.c
+++ b/usr.bin/x99token/x99token.c
@@ -147,7 +147,7 @@ main(int argc, char **argv)
des_key_sched(&key, ks);
buf[0] = '\0';
- readpassphrase("Enter challange: ", buf, sizeof(buf), RPP_ECHO_ON);
+ readpassphrase("Enter challenge: ", buf, sizeof(buf), RPP_ECHO_ON);
if (buf[0] == '\0')
exit(0);