mirror of
https://github.com/huashengdun/webssh.git
synced 2026-08-20 12:46:39 +00:00
Fixed typo
This commit is contained in:
+1
-1
@@ -438,7 +438,7 @@ class IndexHandler(MixinHandler, tornado.web.RequestHandler):
|
||||
if result:
|
||||
return result
|
||||
|
||||
logging.warning('Could not detect the default ecnoding.')
|
||||
logging.warning('Could not detect the default encoding.')
|
||||
return 'utf-8'
|
||||
|
||||
def ssh_connect(self, args):
|
||||
|
||||
Reference in New Issue
Block a user