Fixed typo

pull/159/head
Sheng 2020-04-12 21:25:21 +08:00
parent 884ac27d5c
commit 51d527fe75
1 changed files with 1 additions and 1 deletions

View File

@ -438,7 +438,7 @@ class IndexHandler(MixinHandler, tornado.web.RequestHandler):
if result: if result:
return result return result
logging.warning('Could not detect the default ecnoding.') logging.warning('Could not detect the default encoding.')
return 'utf-8' return 'utf-8'
def ssh_connect(self, args): def ssh_connect(self, args):