Imported Upstream version 1.46.0
[platform/upstream/nghttp2.git] / src / includes / nghttp2 / asio_http2_server.h
index d4ec489..651af69 100644 (file)
@@ -42,8 +42,8 @@ public:
   request();
   ~request();
 
-  // Returns request header fields.  The pusedo header fields, which
-  // start with colon (:), are exluced from this list.
+  // Returns request header fields.  The pseudo header fields, which
+  // start with colon (:), are excluded from this list.
   const header_map &header() const;
 
   // Returns method (e.g., GET).