aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShlomi Fish <shlomif@shlomifish.org>2015-04-24 11:24:35 +0300
committerShlomi Fish <shlomif@shlomifish.org>2015-04-24 11:24:35 +0300
commit65e9b9da31b0e28b0612e7b1d337d05906faf046 (patch)
tree773404764d065383e29b226e6611f596598bbf13
parent78920e937bd7a7a73551d924bcaaed09e7923b76 (diff)
downloadmgaadvisories-65e9b9da31b0e28b0612e7b1d337d05906faf046.tar
mgaadvisories-65e9b9da31b0e28b0612e7b1d337d05906faf046.tar.gz
mgaadvisories-65e9b9da31b0e28b0612e7b1d337d05906faf046.tar.bz2
mgaadvisories-65e9b9da31b0e28b0612e7b1d337d05906faf046.tar.xz
mgaadvisories-65e9b9da31b0e28b0612e7b1d337d05906faf046.zip
Add missing 'the' article
-rw-r--r--lib/MGA/Advisories.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/MGA/Advisories.pm b/lib/MGA/Advisories.pm
index 3a446e5..6d444b0 100644
--- a/lib/MGA/Advisories.pm
+++ b/lib/MGA/Advisories.pm
@@ -708,7 +708,7 @@ sub close_bugs {
}
my $advurl = $config->{site_url} . '/' . $adv . '.html';
- my $comment = "An update for this issue has been pushed to Mageia Updates repository.\n\n$advurl";
+ my $comment = "An update for this issue has been pushed to the Mageia Updates repository.\n\n$advurl";
if (my $result = call_bz('Bug.update', { ids => [$bugnum], status => 'RESOLVED', resolution => 'FIXED', comment => { body => $comment } })) {
report_log("Bug $bugnum closed for $adv");