From 7ceeaa4f9cc55b46866c797a8011837ab371cf59 Mon Sep 17 00:00:00 2001 From: Peter Thorson Date: Thu, 13 Feb 2014 11:10:47 -0600 Subject: [PATCH] fix documentation spelling error --- roadmap.md | 2 +- websocketpp/common/connection_hdl.hpp | 2 +- websocketpp/extensions/permessage_deflate/enabled.hpp | 4 ++-- websocketpp/http/constants.hpp | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/roadmap.md b/roadmap.md index 82e611456c..ee74655e6a 100644 --- a/roadmap.md +++ b/roadmap.md @@ -17,7 +17,7 @@ Complete & Tested: - close_handler - echo_server & echo_server_tls -Implimented, needs more testing +Implemented, needs more testing - TLS support - External io_service support - socket_init_handler diff --git a/websocketpp/common/connection_hdl.hpp b/websocketpp/common/connection_hdl.hpp index 71f490cf78..fa46068e24 100644 --- a/websocketpp/common/connection_hdl.hpp +++ b/websocketpp/common/connection_hdl.hpp @@ -34,7 +34,7 @@ namespace websocketpp { /// A handle to uniquely identify a connection. /** - * This type uniquely identifies a connection. It is implimented as a weak + * This type uniquely identifies a connection. It is implemented as a weak * pointer to the connection in question. This provides uniqueness across * multiple endpoints and ensures that IDs never conflict or run out. * diff --git a/websocketpp/extensions/permessage_deflate/enabled.hpp b/websocketpp/extensions/permessage_deflate/enabled.hpp index 909f6040dd..8b2bb5a74a 100644 --- a/websocketpp/extensions/permessage_deflate/enabled.hpp +++ b/websocketpp/extensions/permessage_deflate/enabled.hpp @@ -50,8 +50,8 @@ namespace extensions { /** * ### permessage-deflate interface * - * **is_implimented**\n - * `bool is_implimented()`\n + * **is_implemented**\n + * `bool is_implemented()`\n * Returns whether or not the object impliments the extension or not * * **is_enabled**\n diff --git a/websocketpp/http/constants.hpp b/websocketpp/http/constants.hpp index be3006aabd..eac92dbd51 100644 --- a/websocketpp/http/constants.hpp +++ b/websocketpp/http/constants.hpp @@ -255,7 +255,7 @@ namespace http { case internal_server_error: return "Internal Server Error"; case not_implemented: - return "Not Implimented"; + return "Not Implemented"; case bad_gateway: return "Bad Gateway"; case service_unavailable: