summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tokeninit
diff options
context:
space:
mode:
authormmcc <mmcc@openbsd.org>2016-02-12 00:10:59 +0000
committermmcc <mmcc@openbsd.org>2016-02-12 00:10:59 +0000
commitaf3189ec5350801b098d637b51b1cb773b0de9fb (patch)
treec93cbd76c80aa610efd23cb1078f860e6160107f /usr.sbin/tokeninit
parentTest the C/POSIX locale too, in addition to UTF-8. (diff)
downloadwireguard-openbsd-af3189ec5350801b098d637b51b1cb773b0de9fb.tar.xz
wireguard-openbsd-af3189ec5350801b098d637b51b1cb773b0de9fb.zip
hexidecimal -> hexadecimal
Diffstat (limited to 'usr.sbin/tokeninit')
-rw-r--r--usr.sbin/tokeninit/tokeninit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/tokeninit/tokeninit.c b/usr.sbin/tokeninit/tokeninit.c
index 512c3c438f3..e9b34482802 100644
--- a/usr.sbin/tokeninit/tokeninit.c
+++ b/usr.sbin/tokeninit/tokeninit.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tokeninit.c,v 1.10 2015/12/22 21:01:07 mmcc Exp $ */
+/* $OpenBSD: tokeninit.c,v 1.11 2016/02/12 00:10:59 mmcc Exp $ */
/*-
* Copyright (c) 1995 Migration Associates Corp. All Rights Reserved
@@ -211,7 +211,7 @@ prompt_for_secret(int hexformat, char* username)
static char prompt[1024];
if (hexformat)
snprintf(prompt, sizeof prompt,
- "Enter a 16 digit hexidecimal number "
+ "Enter a 16 digit hexadecimal number "
"as a seed for %s\'s token:\n", username);
else
snprintf(prompt, sizeof prompt,