You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by mw...@apache.org on 2012/06/05 19:24:56 UTC

[2/3] git commit: Reword 'depreciated' to 'deprecated' for Symbian.

Reword 'depreciated' to 'deprecated' for Symbian.


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

Branch: refs/heads/master
Commit: cdf6977a74dcd2a8b4142152d89657d2cba0f63f
Parents: 5d280ca
Author: Michael Brooks <mi...@michaelbrooks.ca>
Authored: Tue Jun 5 10:22:08 2012 -0700
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Tue Jun 5 10:22:08 2012 -0700

----------------------------------------------------------------------
 coho |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-coho/blob/cdf6977a/coho
----------------------------------------------------------------------
diff --git a/coho b/coho
index 3660702..673d8f8 100755
--- a/coho
+++ b/coho
@@ -173,11 +173,11 @@ if (PLATFORM === "all" || PLATFORM === "docs") {
 }
 
 //symbian
-fs.writeFile('depreciate.txt', 'Apache Cordova Symbian is being depreciated. You can find the last available code at https://github.com/callback/callback-symbian.', function (err) {
+fs.writeFile('deprecated.txt', 'Apache Cordova Symbian is being deprecated. You can find the last available code at https://github.com/callback/callback-symbian.', function (err) {
   if (err) throw err;
 });
 queueCommand("cd temp/release/bin && mkdir symbian");
-queueCommand("mv depreciate.txt temp/release/bin/symbian/depreciate.txt")
+queueCommand("mv deprecated.txt temp/release/bin/symbian/deprecated.txt")
 
 // keys into top level directory
 queueCommand("echo 'Moving KEYS file to release'");