You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2018/08/10 16:44:31 UTC

[GitHub] janpio closed pull request #6: Fix spelling errors

janpio closed pull request #6: Fix spelling errors
URL: https://github.com/apache/cordova-labs/pull/6
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/spec/fixtures/projects/native/blackberry/project.properties b/spec/fixtures/projects/native/blackberry/project.properties
index 67213c2..47e2e49 100644
--- a/spec/fixtures/projects/native/blackberry/project.properties
+++ b/spec/fixtures/projects/native/blackberry/project.properties
@@ -18,7 +18,7 @@
 #     e.g. C:\some\path must be C:\\some\\path
 #
 #   Please remember to:
-#     - Double escape your backslahses (i.e. \ must be \\)
+#     - Double escape your backslashes (i.e. \ must be \\)
 #     - Do not add a trailing slash (e.g. C:\some\path)
 #
 blackberry.bbwp.dir=C:\\Program Files\\Research In Motion\\BlackBerry WebWorks Packager
diff --git a/spec/fixtures/projects/native/blackberry/www/js/index.js b/spec/fixtures/projects/native/blackberry/www/js/index.js
index 31d9064..87b5660 100644
--- a/spec/fixtures/projects/native/blackberry/www/js/index.js
+++ b/spec/fixtures/projects/native/blackberry/www/js/index.js
@@ -31,7 +31,7 @@ var app = {
     // deviceready Event Handler
     //
     // The scope of 'this' is the event. In order to call the 'receivedEvent'
-    // function, we must explicity call 'app.receivedEvent(...);'
+    // function, we must explicitly call 'app.receivedEvent(...);'
     onDeviceReady: function() {
         app.receivedEvent('deviceready');
     },
diff --git a/spec/fixtures/projects/native/ios/balls/Classes/AppDelegate.m b/spec/fixtures/projects/native/ios/balls/Classes/AppDelegate.m
index ea16bc4..47b7d5a 100644
--- a/spec/fixtures/projects/native/ios/balls/Classes/AppDelegate.m
+++ b/spec/fixtures/projects/native/ios/balls/Classes/AppDelegate.m
@@ -130,7 +130,7 @@ - (BOOL) application:(UIApplication*)application handleOpenURL:(NSURL*)url
 
 - (NSUInteger) application:(UIApplication *)application supportedInterfaceOrientationsForWindow:(UIWindow *)window
 {    
-    // IPhone doesn't support upside down by default, while the IPad does.  Override to allow all orientations always, and let the root view controller decide whats allowed (the supported orientations mask gets intersected).
+    // iPhone doesn't support upside down by default, while the iPad does.  Override to allow all orientations always, and let the root view controller decide whats allowed (the supported orientations mask gets intersected).
     NSUInteger supportedInterfaceOrientations = (1 << UIInterfaceOrientationPortrait) | (1 << UIInterfaceOrientationLandscapeLeft) | (1 << UIInterfaceOrientationLandscapeRight) | (1 << UIInterfaceOrientationPortraitUpsideDown);
     return supportedInterfaceOrientations;
 }
diff --git a/spec/fixtures/projects/native/ios/www/js/index.js b/spec/fixtures/projects/native/ios/www/js/index.js
index 3b75d3f..bf02e98 100644
--- a/spec/fixtures/projects/native/ios/www/js/index.js
+++ b/spec/fixtures/projects/native/ios/www/js/index.js
@@ -31,7 +31,7 @@ var app = {
     // deviceready Event Handler
     //
     // The scope of `this` is the event. In order to call the `receivedEvent`
-    // function, we must explicity call `app.receivedEvent(...);`
+    // function, we must explicitly call `app.receivedEvent(...);`
     onDeviceReady: function() {
         app.receivedEvent('deviceready');
     },


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org