From 33e035273a074b523adef1d4fb3f4b2d97af72a4 Mon Sep 17 00:00:00 2001 From: zapline <278998871@qq.com> Date: Thu, 20 Nov 2014 09:58:29 +0800 Subject: [PATCH] Update ReleaseNotes.md spell mistake --- docs/ReleaseNotes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ReleaseNotes.md b/docs/ReleaseNotes.md index 8e1e8b408..ee2ae51af 100644 --- a/docs/ReleaseNotes.md +++ b/docs/ReleaseNotes.md @@ -6,7 +6,7 @@ Changes in Libmongoose library: - Added new API function: `mg_forward()` for proxying functionality - Added new API function: `mg_send_file_data()` for sending file data -- Added new utility API functions: `mg_mmap() and mg_munpap()` +- Added new utility API functions: `mg_mmap() and mg_munmap()` - Changed the way SSL settings are handled: removed `ssl_certificate` and `ssl_ca_certificate` options, and instead made `listening_port` accept `ssl://PORT:SSL_CERT:CA_CERT` notation -- GitLab