You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ma...@apache.org on 2012/09/18 04:12:09 UTC

[2/25] android commit: Spelling: occurred

Spelling: occurred


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

Branch: refs/heads/master
Commit: ac4fc3e54e3acb0f81212b19cc6708a673a1907b
Parents: 46db36a
Author: Josh Soref <js...@rim.com>
Authored: Mon Sep 10 15:11:27 2012 -0400
Committer: Simon MacDonald <si...@gmail.com>
Committed: Mon Sep 17 22:09:51 2012 -0400

----------------------------------------------------------------------
 bin/create |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/blob/ac4fc3e5/bin/create
----------------------------------------------------------------------
diff --git a/bin/create b/bin/create
index c6609f0..2f6c018 100755
--- a/bin/create
+++ b/bin/create
@@ -66,7 +66,7 @@ function createAppInfoJar {
 }
 
 function on_error {
-    echo "An error occured. Deleting project..."
+    echo "An error occurred. Deleting project..."
     [ -d "$PROJECT_PATH" ] && rm -rf "$PROJECT_PATH"
 }