Commit cf93d936 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

python: fix typo

parent d8c4b193
......@@ -20,7 +20,7 @@ class MySPDYRequestHandler(spdylay.BaseSPDYRequestHandler):
return
self.send_response(200)
self.send_header('conten-type', 'text/html; charset=UTF-8')
self.send_header('content-type', 'text/html; charset=UTF-8')
content = '''\
<html>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment