Return-Path: X-Original-To: apmail-incubator-callback-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-callback-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A8414CEAD for ; Tue, 5 Jun 2012 17:24:56 +0000 (UTC) Received: (qmail 46250 invoked by uid 500); 5 Jun 2012 17:24:56 -0000 Delivered-To: apmail-incubator-callback-commits-archive@incubator.apache.org Received: (qmail 46199 invoked by uid 500); 5 Jun 2012 17:24:56 -0000 Mailing-List: contact callback-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@incubator.apache.org Delivered-To: mailing list callback-commits@incubator.apache.org Received: (qmail 46179 invoked by uid 99); 5 Jun 2012 17:24:56 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Jun 2012 17:24:56 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 4212BFFAD; Tue, 5 Jun 2012 17:24:56 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: mwbrooks@apache.org To: callback-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [2/3] git commit: Reword 'depreciated' to 'deprecated' for Symbian. Message-Id: <20120605172456.4212BFFAD@tyr.zones.apache.org> Date: Tue, 5 Jun 2012 17:24:56 +0000 (UTC) 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 Authored: Tue Jun 5 10:22:08 2012 -0700 Committer: Michael Brooks 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'");