summaryrefslogtreecommitdiff
path: root/regress/lib/libssl
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2019-01-23 08:42:06 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2019-01-23 08:42:06 +0000
commitd9029de5b5ab85cdae82e6e708aef71f82c8c9e6 (patch)
tree07beb76e445784f09f01f1241547fbf0d2b433a9 /regress/lib/libssl
parent7f6b99440167977dda5a7c1866208488b53102f3 (diff)
incorrrect spelling
Diffstat (limited to 'regress/lib/libssl')
-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;