[Reportbug-commits] [SCM] Reportbug - reports bugs in the Debian distribution branch, master, updated. 4.9-120-g558dae3

Sandro Tosi morph at debian.org
Sun Aug 1 19:44:12 UTC 2010


The following commit has been merged in the master branch:
commit 443584e69607ee3e101b4c354e7966446b3ed10d
Author: Sandro Tosi <morph at debian.org>
Date:   Sat Jul 31 15:08:58 2010 +0200

    fixed a typo: 'receive'/'received'; thanks to Joey Hess for the report; Closes: #588198

diff --git a/debian/changelog b/debian/changelog
index 237d4fd..5995411 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,11 @@ reportbug (4.12.5) UNRELEASED; urgency=low
   * bin/reportbug
     - add a warning we are actually working (and not blocked) when executing bug
       script; thanks to Arthur Marsh for the report; Closes: #587952
+  * reportbug/submit.py
+    - fixed a typo: 'receive'/'received'; thanks to Joey Hess for the report;
+      Closes: #588198
 
- -- Sandro Tosi <morph at debian.org>  Sat, 31 Jul 2010 14:55:47 +0200
+ -- Sandro Tosi <morph at debian.org>  Sat, 31 Jul 2010 15:07:01 +0200
 
 reportbug (4.12.4) unstable; urgency=low
 
diff --git a/reportbug/submit.py b/reportbug/submit.py
index ecfb607..5cf26cd 100644
--- a/reportbug/submit.py
+++ b/reportbug/submit.py
@@ -485,7 +485,7 @@ def send_report(body, attachments, mua, fromaddr, sendto, ccaddr, bccaddr,
 receive the bug tracking number via email; you may then send any extra
 information to %s (e.g. %s), where n is the bug number.  Normally you
 will receive an acknowledgement via email including the bug report number
-within an hour; if you haven't receive a confirmation, then the bug reporting process failed at some point (reportbug or MTA failure, BTS maintenance, etc.).\n""",
+within an hour; if you haven't received a confirmation, then the bug reporting process failed at some point (reportbug or MTA failure, BTS maintenance, etc.).\n""",
             (sysinfo['email'] % 'n'), (sysinfo['email'] % '999999'))
 
     # If we've stored more than one copy of the message, delete the

-- 
Reportbug - reports bugs in the Debian distribution



More information about the Reportbug-commits mailing list