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

Sandro Tosi morph at debian.org
Sun Dec 26 14:42:18 UTC 2010


The following commit has been merged in the master branch:
commit 0c04eadeb8019a71d449ddefd07111a127e87599
Author: Sandro Tosi <morph at debian.org>
Date:   Wed Dec 15 00:02:33 2010 +0100

    fixed a typo; thanks to Jakub Wilk for the report and patch; Closes: #599363

diff --git a/debian/changelog b/debian/changelog
index 9661ed6..80ad095 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,8 +10,11 @@ reportbug (4.99.0) UNRELEASED; urgency=low
       'Section' information, reorganized ftp.d.o code to support 'override'
       along with normal RM requests; thanks to Emilio Pozuelo Monfort for the
       report; Closes: #568980
+  * reportbug/utils.py
+    - fixed a typo; thanks to Jakub Wilk for the report and patch;
+      Closes: #599363
 
- -- Sandro Tosi <morph at debian.org>  Thu, 02 Dec 2010 01:16:32 +0100
+ -- Sandro Tosi <morph at debian.org>  Wed, 15 Dec 2010 00:01:44 +0100
 
 reportbug (4.12.6) unstable; urgency=low
 
diff --git a/reportbug/utils.py b/reportbug/utils.py
index 9d241c6..36bec20 100644
--- a/reportbug/utils.py
+++ b/reportbug/utils.py
@@ -760,7 +760,7 @@ def get_cpu_cores():
     for line in fob:
         if line.startswith('processor'):
             cpucount += 1
-	#Alpha plateform
+	#Alpha platform
 	if line.startswith('cpus detected'):
 	    cpucount = int(line.split()[-1])
     fob.close()

-- 
Reportbug - reports bugs in the Debian distribution



More information about the Reportbug-commits mailing list