diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-01-04 22:36:14 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-01-04 22:36:14 +0000 |
commit | ebba6da9fcea4fb0eb5e541b68695bbbda9e62d0 (patch) | |
tree | 044768ce10999ffa86414990d44a8c831eb74140 /usr.bin/x99token | |
parent | 96e263cfced04c4ec20b735a1e8047dbd1fc025e (diff) |
spelling
Diffstat (limited to 'usr.bin/x99token')
-rw-r--r-- | usr.bin/x99token/x99token.c | 2 |
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); |