Fix viewcontroller in comments; should be ViewController or view controller as appropriate.

This commit is contained in:
Steven Fisher 2015-03-16 11:49:19 -07:00
parent 7fd274ba03
commit 82d45140d3

View File

@ -78,11 +78,11 @@
/**
* called when the user wants to login
*
* @param viewController the delegating viewcontroller
* @param viewController the delegating view controller
* @param email the content of the email-field
* @param password the content of the password-field (if existent)
* @param completion Must be called by the delegate once the auth-task completed
* This viewcontroller shows an activity-indicator in between and blocks
* This view controller shows an activity-indicator in between and blocks
* the UI. if succeeded is NO, it shows an alertView presenting the error
* given by the completion block
*/