Fix typo in comment

(imported from commit c3947566aeec1f07c1597eec31c5447c0525e5b1)
This commit is contained in:
Luke Faraone
2014-01-09 15:09:44 -05:00
parent 8976057b45
commit f971d36515

View File

@@ -146,7 +146,7 @@ urlpatterns += patterns('zerver.views',
# requires an API key. # requires an API key.
url(r'^api/v1/send_message$', 'messages.api_send_message'), url(r'^api/v1/send_message$', 'messages.api_send_message'),
# This json format view used by the mobila apps accepts a username # This json format view used by the mobile apps accepts a username
# password/pair and returns an API key. # password/pair and returns an API key.
url(r'^api/v1/fetch_api_key$', 'api_fetch_api_key'), url(r'^api/v1/fetch_api_key$', 'api_fetch_api_key'),