Fixed typo

This commit is contained in:
Sheng
2020-04-12 21:25:21 +08:00
parent 884ac27d5c
commit 51d527fe75
+1 -1
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):