From: Jouni Malinen Date: Sat, 21 Nov 2009 19:13:19 +0000 (+0200) Subject: Fix a typo in a comment X-Git-Tag: hostap_0_7_0~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3617d81a704c151088ef9c61188368d1b6d717bf;p=thirdparty%2Fhostap.git Fix a typo in a comment --- diff --git a/src/tls/tlsv1_client.c b/src/tls/tlsv1_client.c index 9715b5fcf..0bf11742c 100644 --- a/src/tls/tlsv1_client.c +++ b/src/tls/tlsv1_client.c @@ -627,7 +627,7 @@ int tlsv1_client_set_cipher_list(struct tlsv1_client *conn, u8 *ciphers) * list and seem to require that the last entry in the list is * the one that it wants to use. However, TLS specification * requires the list to be in the client preference order. As a - * workaround, ass anon-DH AES-128-SHA1 again at the end of the + * workaround, add anon-DH AES-128-SHA1 again at the end of the * list to allow the Cisco code to find it. */ suites[count++] = TLS_DH_anon_WITH_AES_128_CBC_SHA;