summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortb <tb@openbsd.org>2019-01-23 08:42:05 +0000
committertb <tb@openbsd.org>2019-01-23 08:42:05 +0000
commitc21137ed9cc5ff19dc34a7a3f7307f461f7586f2 (patch)
tree09cc68665335877d0ee4af87faf30487a92bd378
parentdo not print the command in the print: target (diff)
downloadwireguard-openbsd-c21137ed9cc5ff19dc34a7a3f7307f461f7586f2.tar.xz
wireguard-openbsd-c21137ed9cc5ff19dc34a7a3f7307f461f7586f2.zip
incorrrect spelling
-rw-r--r--regress/lib/libssl/handshake/handshake_table.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/libssl/handshake/handshake_table.c b/regress/lib/libssl/handshake/handshake_table.c
index 5a94d5806a5..183fd3417bf 100644
--- a/regress/lib/libssl/handshake/handshake_table.c
+++ b/regress/lib/libssl/handshake/handshake_table.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: handshake_table.c,v 1.1 2019/01/23 04:50:24 tb Exp $ */
+/* $OpenBSD: handshake_table.c,v 1.2 2019/01/23 08:42:05 tb Exp $ */
/*
* Copyright (c) 2019 Theo Buehler <tb@openbsd.org>
*
@@ -331,7 +331,7 @@ verify_table(enum tls13_message_type table[UINT8_MAX][TLS13_NUM_MESSAGE_TYPES],
for (i = 0; i < TLS13_NUM_MESSAGE_TYPES; i++) {
if (table[flags][i] != handshakes[flags][i]) {
- printf("incorrrect entry %d of handshake ", i);
+ printf("incorrect entry %d of handshake ", i);
print_flags(flags);
printf("\n");
success = 0;