From 65e9b9da31b0e28b0612e7b1d337d05906faf046 Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Fri, 24 Apr 2015 11:24:35 +0300 Subject: Add missing 'the' article --- lib/MGA/Advisories.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- cgit v1.2.1