You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by an...@apache.org on 2013/02/20 23:56:27 UTC

[2/8] bada commit: Spelling: existing

Spelling: existing


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

Branch: refs/heads/master
Commit: cc7c3a651b217b72c747f5ea5e28f14cc3118d04
Parents: 0462f96
Author: Josh Soref <js...@rim.com>
Authored: Mon Sep 10 15:35:53 2012 -0400
Committer: Josh Soref <js...@rim.com>
Committed: Mon Sep 10 15:47:11 2012 -0400

----------------------------------------------------------------------
 src/Contacts.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-bada/blob/cc7c3a65/src/Contacts.cpp
----------------------------------------------------------------------
diff --git a/src/Contacts.cpp b/src/Contacts.cpp
index 7a24f32..50ed8c7 100755
--- a/src/Contacts.cpp
+++ b/src/Contacts.cpp
@@ -54,7 +54,7 @@ Contacts::Run(const String& command) {
 			}
 			AppLogDebug("Method %S callbackId %S contactId %d", method.GetPointer(), callbackId.GetPointer(), cid);
 			Create(cid);
-		// Finding an exisiting contact by Name/Phone Number/Email
+		// Finding an existing contact by Name/Phone Number/Email
 		} else if(method == L"org.apache.cordova.Contacts.find" && !callbackId.IsEmpty()) {
 			String filter;
 			strTok.GetNextToken(filter);