From 31ba43f5290a54b4ce30279b9322080e4ea73f37 Mon Sep 17 00:00:00 2001 From: Jason Tibbitts Date: Aug 21 2015 17:25:45 +0000 Subject: Fix typo. --- diff --git a/scripts/review-stats/review-stats.py b/scripts/review-stats/review-stats.py index 359fa54..ab28062 100755 --- a/scripts/review-stats/review-stats.py +++ b/scripts/review-stats/review-stats.py @@ -516,7 +516,7 @@ def report_merge(bugs, bugdata, loader, tmpdir, subs): def report_needsponsor(bugs, bugdata, loader, usermap, tmpdir, subs): data = deepcopy(subs) - data['description'] = 'This page lists all new NEEDSPONSOR tickets (those without the fedora-revlew flag set).' + data['description'] = 'This page lists all new NEEDSPONSOR tickets (those without the fedora-review flag set).' data['title'] = 'NEEDSPONSOR tickets' curreporter = '' curcount = 0