python: fix typo

This commit is contained in:
Tatsuhiro Tsujikawa 2012-08-24 21:17:53 +09:00
parent d8c4b19351
commit cf93d936be
1 changed files with 1 additions and 1 deletions

View File

@ -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>