You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by se...@apache.org on 2016/10/29 20:56:12 UTC

incubator-ponymail git commit: Typo

Repository: incubator-ponymail
Updated Branches:
  refs/heads/coffee-and-cake 01396f2e3 -> 1ddcd3413


Typo


Project: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/commit/1ddcd341
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/tree/1ddcd341
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/diff/1ddcd341

Branch: refs/heads/coffee-and-cake
Commit: 1ddcd341368309ea75e2b32ff7c4832b2ca5418a
Parents: 01396f2
Author: Sebb <se...@apache.org>
Authored: Sat Oct 29 21:56:04 2016 +0100
Committer: Sebb <se...@apache.org>
Committed: Sat Oct 29 21:56:04 2016 +0100

----------------------------------------------------------------------
 site/js/coffee/http_utils.coffee | 2 +-
 site/js/ponymail-coffee.js       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ponymail/blob/1ddcd341/site/js/coffee/http_utils.coffee
----------------------------------------------------------------------
diff --git a/site/js/coffee/http_utils.coffee b/site/js/coffee/http_utils.coffee
index d293892..8401431 100644
--- a/site/js/coffee/http_utils.coffee
+++ b/site/js/coffee/http_utils.coffee
@@ -22,7 +22,7 @@
 
 ###*
 # Pending URLs watcher:
-# Wathes which URLs have been pending a result for a while
+# Watches which URLs have been pending a result for a while
 # and shows the spinner if things are taking too long.
 ###
 pending_url_operations = {}

http://git-wip-us.apache.org/repos/asf/incubator-ponymail/blob/1ddcd341/site/js/ponymail-coffee.js
----------------------------------------------------------------------
diff --git a/site/js/ponymail-coffee.js b/site/js/ponymail-coffee.js
index 1f280bc..18e2b90 100644
--- a/site/js/ponymail-coffee.js
+++ b/site/js/ponymail-coffee.js
@@ -1165,7 +1165,7 @@ ponymail_register_display('threaded', "Threaded view", ThreadedEmailDisplay);
 
 /**
  * Pending URLs watcher:
- * Wathes which URLs have been pending a result for a while
+ * Watches which URLs have been pending a result for a while
  * and shows the spinner if things are taking too long.
  */