Hello Sandro & Chris,

please apply the attached patch and smash two bugs with one hit (#683277 
#684451).

Please do apply, this typo fix is really trivial,
*t
commit 2cd92ed
Author: Tomas Pospisek <tpo...@sourcepole.ch>
Date:   Thu Sep 11 17:24:11 2014 +0200

    fix typo
    
    Fixes #683277

diff --git reportbug/debbugs.py reportbug/debbugs.py
index 57f23da..ce21ba4 100644
--- reportbug/debbugs.py
+++ reportbug/debbugs.py
@@ -459,7 +459,7 @@ def handle_debian_release(package, bts, ui, fromaddr, timeout, online=True, http
             cont = ui.select_options(
                 "Latest version seems to be %s, is this the proper one ?" % (version),
                 "Yn", {'y': "This is the correct version",
-                       'n': "Enter the proper vesion"})
+                       'n': "Enter the proper version"})
             if cont == 'n':
                 version = None
         if not version:

Reply via email to