Minor spelling fix to comments Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/commit/c5703298 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/tree/c5703298 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/diff/c5703298
Branch: refs/heads/master Commit: c5703298521fe9c687febced9ef8c47ed7ef580b Parents: 457d34d Author: Luke Melia <l...@lukemelia.com> Authored: Wed Nov 30 18:58:30 2011 -0500 Committer: Luke Melia <l...@lukemelia.com> Committed: Wed Nov 30 18:58:30 2011 -0500 ---------------------------------------------------------------------- PhoneGap-based Application/Classes/AppDelegate.m | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/blob/c5703298/PhoneGap-based Application/Classes/AppDelegate.m ---------------------------------------------------------------------- diff --git a/PhoneGap-based Application/Classes/AppDelegate.m b/PhoneGap-based Application/Classes/AppDelegate.m index 020b95a..a5c813e 100644 --- a/PhoneGap-based Application/Classes/AppDelegate.m +++ b/PhoneGap-based Application/Classes/AppDelegate.m @@ -89,7 +89,7 @@ /** * Start Loading Request * This is where most of the magic happens... We take the request(s) and process the response. - * From here we can re direct links and other protocalls to different internal methods. + * From here we can redirect links and other protocols to different internal methods. */ - (BOOL)webView:(UIWebView *)theWebView shouldStartLoadWithRequest:(NSURLRequest *)request navigationType:(UIWebViewNavigationType)navigationType {