You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kibble.apache.org by hu...@apache.org on 2017/10/25 11:21:22 UTC

[kibble] branch master updated: more typo fixes

This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kibble.git


The following commit(s) were added to refs/heads/master by this push:
     new 7d51cba  more typo fixes
7d51cba is described below

commit 7d51cba63964aa2ce762f1ba362eb441fdd6af27
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Wed Oct 25 13:21:16 2017 +0200

    more typo fixes
---
 api/pages/mail/mood.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/api/pages/mail/mood.py b/api/pages/mail/mood.py
index b59be81..554c0f7 100644
--- a/api/pages/mail/mood.py
+++ b/api/pages/mail/mood.py
@@ -165,12 +165,12 @@ def run(API, environ, indata, session):
     global_mood_compiled = {}
     mood_compiled = {}
     txt = "This chart shows the seven mood types as they average on the emails in this period. A score of 100 means a sentiment is highly visible in most emails."
-    gtxt = "This shows the overall estimated mood as a gauage from terrible to good."
+    gtxt = "This shows the overall estimated mood as a gauge from terrible to good."
     # If we're comparing against all lists, first do a global query
     # and compile moods overall
     if indata.get('relative'):
         txt = "This chart shows the seven mood types on the selected lists as they compare against all mailing lists in the database. A score of 100 here means the sentiment conforms to averages across all lists."
-        gtxt = "This shows the overall estimated mood compared to all lists, as a guage from terrible to good."
+        gtxt = "This shows the overall estimated mood compared to all lists, as a gauge from terrible to good."
         global_moods = {}
         
         gres = session.DB.ES.search(

-- 
To stop receiving notification emails like this one, please contact
['"commits@kibble.apache.org" <co...@kibble.apache.org>'].