Fix typos.

This commit is contained in:
Alexander Ljungberg
2016-08-18 23:52:10 +01:00
parent 1d0fdd68f4
commit 7f3c2176f8
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1997,7 +1997,7 @@ CPTextFieldStatePlaceholder = CPThemeState("placeholder");
frame.origin = [wind convertBaseToGlobal:frame.origin];
// Here we restore the the previous scrolling posiition
// Here we restore the previous scrolling posiition
[self _restorePreviousScrollingOrigin:previousScrollingOrigin];
return (CGRectGetMinX(frame) >= CGRectGetMinX(usableRect) &&
+3 -3
View File
@@ -178,10 +178,10 @@ var CPViewControllerCachedCibs;
}
/*!
Loads asynchronously the cib and creates the view that the controller manages.
Asynchronously load the cib and create the view that the controller manages.
@param aHandler A function passing the loaded view as the first argument
and a network error or nil as the second argument: function(view, error).
@param aHandler a function which will be passed the loaded view as the first
argument and a network error or nil as the second argument: function(view, error).
@note If the view has already been loaded, the completion handler is run immediatly
and the process is synchronous.