Merge branch 'release-v0.12.0' into develop

pull/451/head
David Baker 2015-12-18 10:07:48 +00:00
commit 0a2d73fd60
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ class RegistrationHandler(BaseHandler):
self.distributor = hs.get_distributor()
self.distributor.declare("registered_user")
self.captch_client = CaptchaServerHttpClient(hs)
self.captcha_client = CaptchaServerHttpClient(hs)
@defer.inlineCallbacks
def check_username(self, localpart):