On Fri, Oct 13, 2017 at 8:53 PM, Sandro Tosi <mo...@debian.org> wrote:
> thanks for your patch, but please re-submit it without touching
> debian/changelog - we're not  going to rewrite history there

Sure, here goes.
From 72a23329f13efe6d4c94a73442b4f5ff1e56e65d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ville=20Skytt=C3=A4?= <ville.sky...@iki.fi>
Date: Fri, 13 Oct 2017 20:45:30 +0300
Subject: [PATCH] Spelling fixes

---
 reportbug/debbugs.py       |  2 +-
 reportbug/ui/gtk2_ui.py    |  2 +-
 setup.py                   |  2 +-
 test/test_checkversions.py |  2 +-
 5 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/reportbug/debbugs.py b/reportbug/debbugs.py
index 1c65075..c4d664f 100644
--- a/reportbug/debbugs.py
+++ b/reportbug/debbugs.py
@@ -539,7 +539,7 @@ def handle_debian_release(package, bts, ui, fromaddr, timeout, online=True, http
                         'you can use a regex by enclosing the regex in slashes ("/").  Please '
                         'ensure that the "old" regex does not match the "new" packages.  '
                         'Example: old="/libapt-pkg4.10|libapt-inst1.2/ libept1" '
-                        'new="/libapt-pkg4.12|libapt-inst1.5|libept1.4.12/". For futher '
+                        'new="/libapt-pkg4.12|libapt-inst1.5|libept1.4.12/". For further '
                         'reference, please refer to http://ben.debian.net/ .')
 
         prompt = 'Please enter old binary package name of the library (or a regex matching it):'
diff --git a/reportbug/ui/gtk2_ui.py b/reportbug/ui/gtk2_ui.py
index fe97201..184ba0c 100644
--- a/reportbug/ui/gtk2_ui.py
+++ b/reportbug/ui/gtk2_ui.py
@@ -982,7 +982,7 @@ class MenuPage(TreePage):
 
         default_iter = None
         # here below, 'text' is the value of the description of the item, but
-        # writen all on a single-line, it will be wrapped by the list settings
+        # written all on a single line, it will be wrapped by the list settings
         if isinstance(options, dict):
             if order:
                 for option in order:
diff --git a/setup.py b/setup.py
index 9674b71..75acdca 100755
--- a/setup.py
+++ b/setup.py
@@ -15,7 +15,7 @@ import glob
 
 setup(name='reportbug', version=reportbug.VERSION_NUMBER,
       description='bug reporting tool',
-      author='reportbug maintainence team',
+      author='reportbug maintenance team',
       author_email='reportbug-maint@lists.alioth.debian.org',
       url='http://alioth.debian.org/projects/reportbug',
       data_files=[('share/reportbug', ['share/handle_bugscript',
diff --git a/test/test_checkversions.py b/test/test_checkversions.py
index 55cf2aa..e745679 100644
--- a/test/test_checkversions.py
+++ b/test/test_checkversions.py
@@ -10,7 +10,7 @@ class TestCheckversions(unittest.TestCase):
     def test_compare_versions(self):
         # <current, upstream>
         # 1 upstream newer than current
-        # 0 same version or upsteam none
+        # 0 same version or upstream none
         # -1 current newer than upstream
         self.assertEqual(checkversions.compare_versions('1.2.3', '1.2.4'), 1)
 
-- 
2.14.1

_______________________________________________
Reportbug-maint mailing list
Reportbug-maint@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reportbug-maint

Reply via email to