Package: python-reportbug Version: 4.12.6 Severity: minor
See the attached patch. -- Jakub Wilk
diff --git a/reportbug/utils.py b/reportbug/utils.py
--- a/reportbug/utils.py
+++ b/reportbug/utils.py
@@ -756,7 +756,7 @@
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()
signature.asc
Description: Digital signature

