Fix typo.

Change-Id: I7699d59e61df16f2091c3e12607c08333dcc9813
Reviewed-on: https://boringssl-review.googlesource.com/8280
Reviewed-by: Adam Langley <agl@google.com>
diff --git a/include/openssl/ssl.h b/include/openssl/ssl.h
index 086aa9d..b8d1f7b 100644
--- a/include/openssl/ssl.h
+++ b/include/openssl/ssl.h
@@ -238,7 +238,7 @@
  * |BIO_CTRL_DGRAM_SET_NEXT_TIMEOUT| control requests to set read timeouts.
  *
  * If |rbio| (respectively, |wbio|) is the same as the currently configured
- * |BIO| for reading (respectivly, writing), that side is left untouched and is
+ * |BIO| for reading (respectively, writing), that side is left untouched and is
  * not freed. Using this behavior and calling this function if |ssl| already has
  * |BIO|s configured is deprecated. */
 OPENSSL_EXPORT void SSL_set_bio(SSL *ssl, BIO *rbio, BIO *wbio);