Fix typo in comment

This commit is contained in:
shortcutme 2018-12-15 17:47:34 +01:00
parent 4fe6ae9811
commit 86dd57d13e
No known key found for this signature in database
GPG key ID: 5B63BAE6CB9613AE

View file

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