You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2013/02/20 23:20:31 UTC

[11/26] wp7 commit: Spelling: sentinel

Spelling: sentinel


Project: http://git-wip-us.apache.org/repos/asf/cordova-wp7/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-wp7/commit/724e4f2c
Tree: http://git-wip-us.apache.org/repos/asf/cordova-wp7/tree/724e4f2c
Diff: http://git-wip-us.apache.org/repos/asf/cordova-wp7/diff/724e4f2c

Branch: refs/heads/master
Commit: 724e4f2cea29f7e805e4cce800f19bd6e6388b9b
Parents: 33a50f8
Author: Josh Soref <js...@rim.com>
Authored: Tue Sep 11 16:06:18 2012 -0400
Committer: Josh Soref <js...@rim.com>
Committed: Tue Sep 11 16:06:18 2012 -0400

----------------------------------------------------------------------
 .../standalone/cordovalib/CordovaView.xaml.cs      |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-wp7/blob/724e4f2c/templates/standalone/cordovalib/CordovaView.xaml.cs
----------------------------------------------------------------------
diff --git a/templates/standalone/cordovalib/CordovaView.xaml.cs b/templates/standalone/cordovalib/CordovaView.xaml.cs
index 4ac36f5..c425f39 100644
--- a/templates/standalone/cordovalib/CordovaView.xaml.cs
+++ b/templates/standalone/cordovalib/CordovaView.xaml.cs
@@ -57,7 +57,7 @@ namespace WP7CordovaClassLib
         private bool OverrideBackButton = false;
 
         /// <summary>
-        /// Sentinal to keep track of page changes as a result of the hardware back button
+        /// Sentinel to keep track of page changes as a result of the hardware back button
         /// Set to false when the back-button is pressed, which calls js window.history.back()
         /// If the page changes as a result of the back button the event is cancelled.
         /// </summary>