Fix typo in comment
This commit is contained in:
parent
4fe6ae9811
commit
86dd57d13e
1 changed files with 1 additions and 1 deletions
|
@ -848,7 +848,7 @@ class UiWebsocket(object):
|
|||
self.site.updateWebsocket(cert_changed=domain)
|
||||
self.response(to, "ok")
|
||||
|
||||
# List user1s certificates
|
||||
# List user's certificates
|
||||
def actionCertList(self, to):
|
||||
back = []
|
||||
auth_address = self.user.getAuthAddress(self.site.address)
|
||||
|
|
Loading…
Reference in a new issue