Fix typo in documentation of mbedtls_ssl_conf_psk()
diff --git a/include/mbedtls/ssl.h b/include/mbedtls/ssl.h
index 6786606..f7c9d93 100644
--- a/include/mbedtls/ssl.h
+++ b/include/mbedtls/ssl.h
@@ -2086,7 +2086,7 @@
* want to use \c mbedtls_ssl_conf_psk_cb() instead.
*
* \warning Currently, clients can only register a single pre-shared key.
- * Calling this function or mbedtls_ssl_conf_opaque_psk() more
+ * Calling this function or mbedtls_ssl_conf_psk_opaque() more
* than once will overwrite values configured in previous calls.
* Support for setting multiple PSKs on clients and selecting
* one based on the identity hint is not a planned feature,