[Reportbug-commits] [reportbug] 14/38: Spelling fixes

Sandro Tosi morph at moszumanska.debian.org
Fri Dec 29 04:33:44 UTC 2017


This is an automated email from the git hooks/post-receive script.

morph pushed a commit to branch master
in repository reportbug.

commit 7d49c7175e1ace2a3173281e0770479883585850
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Fri Oct 13 20:45:30 2017 +0300

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

diff --git a/reportbug/debbugs.py b/reportbug/debbugs.py
index 8bb8d61..8419061 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 83ab44e..111b695 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 at 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)
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reportbug/reportbug.git



More information about the Reportbug-commits mailing list