From 6c6c6951e500464e625f0ef0ca8eaafccf963e52 Mon Sep 17 00:00:00 2001 From: Peter Thorson Date: Fri, 5 Jul 2013 11:38:24 -0500 Subject: [PATCH] fix spelling error --- websocketpp/processors/hybi13.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocketpp/processors/hybi13.hpp b/websocketpp/processors/hybi13.hpp index e3f2c45..bfb2fb1 100644 --- a/websocketpp/processors/hybi13.hpp +++ b/websocketpp/processors/hybi13.hpp @@ -108,7 +108,7 @@ public: return ret; } - http::parameter_list::const_iterator it; + http::parameter_list::const_iterator it; if (m_permessage_deflate.is_implemented()) { err_str_pair neg_ret;