esc-reporting/esc-analyze.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c6f4bee1b1175126d1dbd50cb48a2d1292c8294d
Author: Shinnok <ad...@shinnok.com>
Date:   Wed Sep 13 13:01:38 2017 +0200

    Fix spelling for gerritReviewUserEmail.
    
    Change-Id: I0d7743fce11e9a7efd6383e78ed64f3ff91ccfba
    Reviewed-on: https://gerrit.libreoffice.org/42237
    Reviewed-by: Michael Meeks <michael.me...@collabora.com>
    Tested-by: Michael Meeks <michael.me...@collabora.com>

diff --git a/esc-reporting/esc-analyze.py b/esc-reporting/esc-analyze.py
index fb8edf1..73744e7 100755
--- a/esc-reporting/esc-analyze.py
+++ b/esc-reporting/esc-analyze.py
@@ -693,7 +693,7 @@ def analyze_reports():
         if cntReview == 0 and not 
statList['people'][ownerEmail]['isCommitter']:
             tmpListToReview.append({'id': entry['id'], 'fullid': 
entry['fullid'], 'patchset': patchset})
 
-    defaultEmail = util_check_mail('', 
cfg['automate']['gerritRewiewUserEmail'])
+    defaultEmail = util_check_mail('', 
cfg['automate']['gerritReviewUserEmail'])
     for rowTmp in tmpListToReview:
       reviewEmail = defaultEmail
       txt = gerritData['patch'][rowTmp['id']]['subject']
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to