[Reportbug-commits] [reportbug] 02/02: fix vesion/version typo; thanks to Niels Thykier for the report and to Tomas Pospisek for the patch; Closes: #683277
Sandro Tosi
morph at moszumanska.debian.org
Thu Sep 11 23:18:49 UTC 2014
This is an automated email from the git hooks/post-receive script.
morph pushed a commit to branch master
in repository reportbug.
commit 5ee4b22a2f04c55849bf5c14d323239ebe32727b
Author: Sandro Tosi <morph at debian.org>
Date: Thu Sep 11 23:46:16 2014 +0100
fix vesion/version typo; thanks to Niels Thykier for the report and to Tomas Pospisek for the patch; Closes: #683277
---
debian/changelog | 5 ++++-
reportbug/debbugs.py | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 45c7870..50f5495 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,11 @@ reportbug (6.5.2) UNRELEASED; urgency=medium
* bin/reportbug, man/reportbug.1 share/reportbug.el
- rename GNUS to Gnus; thanks to Tollef Fog Heen for the report and to Tomas
Pospisek for the patch; Closes: #683325
+ * reportbug/debbugs.py
+ - fix vesion/version typo; thanks to Niels Thykier for the report and to
+ Tomas Pospisek for the patch; Closes: #683277
- -- Sandro Tosi <morph at debian.org> Thu, 11 Sep 2014 23:03:37 +0100
+ -- Sandro Tosi <morph at debian.org> Thu, 11 Sep 2014 23:44:55 +0100
reportbug (6.5.1) unstable; urgency=medium
diff --git a/reportbug/debbugs.py b/reportbug/debbugs.py
index 57f23da..ce21ba4 100644
--- a/reportbug/debbugs.py
+++ b/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:
--
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