You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by om...@apache.org on 2015/10/30 13:08:26 UTC

android commit: Update CordovaWebViewEngine.java

Repository: cordova-android
Updated Branches:
  refs/heads/master 1c90a7732 -> 3abd12aee


Update CordovaWebViewEngine.java

Fixed typo. This closes #234


Project: http://git-wip-us.apache.org/repos/asf/cordova-android/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-android/commit/3abd12ae
Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/3abd12ae
Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/3abd12ae

Branch: refs/heads/master
Commit: 3abd12aee339cacd5bbceb18277d661359dd3c83
Parents: 1c90a77
Author: TyIsI <Ty...@users.noreply.github.com>
Authored: Tue Oct 27 12:51:10 2015 -0700
Committer: Omar Mefire <om...@gmail.com>
Committed: Fri Oct 30 05:08:18 2015 -0700

----------------------------------------------------------------------
 framework/src/org/apache/cordova/CordovaWebViewEngine.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-android/blob/3abd12ae/framework/src/org/apache/cordova/CordovaWebViewEngine.java
----------------------------------------------------------------------
diff --git a/framework/src/org/apache/cordova/CordovaWebViewEngine.java b/framework/src/org/apache/cordova/CordovaWebViewEngine.java
index dd84ab1..f34c749 100644
--- a/framework/src/org/apache/cordova/CordovaWebViewEngine.java
+++ b/framework/src/org/apache/cordova/CordovaWebViewEngine.java
@@ -22,7 +22,7 @@ import android.view.KeyEvent;
 import android.view.View;
 
 /**
- * Interfcae for all Cordova engines.
+ * Interface for all Cordova engines.
  * No methods will be added to this class (in order to be compatible with existing engines).
  * Instead, we will create a new interface: e.g. CordovaWebViewEngineV2
  */


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