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 E2366DC8C for ; Tue, 18 Sep 2012 02:12:10 +0000 (UTC) Received: (qmail 56721 invoked by uid 500); 18 Sep 2012 02:12:10 -0000 Delivered-To: apmail-incubator-callback-commits-archive@incubator.apache.org Received: (qmail 56666 invoked by uid 500); 18 Sep 2012 02:12:10 -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 56201 invoked by uid 99); 18 Sep 2012 02:12:10 -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, 18 Sep 2012 02:12:10 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id C47AD374BB; Tue, 18 Sep 2012 02:12:09 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: macdonst@apache.org To: callback-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [24/25] android commit: Spelling: activities Message-Id: <20120918021209.C47AD374BB@tyr.zones.apache.org> Date: Tue, 18 Sep 2012 02:12:09 +0000 (UTC) Spelling: activities 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/ae3ba129 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/tree/ae3ba129 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/diff/ae3ba129 Branch: refs/heads/master Commit: ae3ba129eaea2e8efce5b5cd40963a149489d0fd Parents: 6b92a0f Author: Josh Soref Authored: Mon Sep 10 14:46:52 2012 -0400 Committer: Simon MacDonald Committed: Mon Sep 17 22:09:50 2012 -0400 ---------------------------------------------------------------------- .../src/org/apache/cordova/CordovaWebView.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/blob/ae3ba129/framework/src/org/apache/cordova/CordovaWebView.java ---------------------------------------------------------------------- diff --git a/framework/src/org/apache/cordova/CordovaWebView.java b/framework/src/org/apache/cordova/CordovaWebView.java index e878a74..66ffd4b 100755 --- a/framework/src/org/apache/cordova/CordovaWebView.java +++ b/framework/src/org/apache/cordova/CordovaWebView.java @@ -65,7 +65,7 @@ public class CordovaWebView extends WebView { private boolean paused; - /** Actvities and other important classes **/ + /** Activities and other important classes **/ private CordovaInterface cordova; CordovaWebViewClient viewClient; @SuppressWarnings("unused")