[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] Debian package checker branch, master, updated. 2.2.9-1-g2e3aec6



The following commit has been merged in the master branch:
commit 2e3aec6013f1b77b8f60b4a796c450e87864849c
Author: Guillaume Delacour <gui@iroqwa.org>
Date:   Sun Apr 5 20:45:55 2009 +0100

    Fix a few misspellings of "version" as "verison"

diff --git a/checks/standards-version.desc b/checks/standards-version.desc
index a5d3236..3cb9c4b 100644
--- a/checks/standards-version.desc
+++ b/checks/standards-version.desc
@@ -44,7 +44,7 @@ Info: The source package refers to a Standards-Version that has been
  you upload the package.
  .
  See <tt>/usr/share/doc/debian-policy/upgrading-checklist.txt.gz</tt> in
- the debian-policy package for a summary of changes in newer verisons of
+ the debian-policy package for a summary of changes in newer versions of
  Policy.
 
 Tag: out-of-date-standards-version
@@ -62,7 +62,7 @@ Info: The source package refers to a Standards-Version older than the one
  you upload the package.
  .
  See <tt>/usr/share/doc/debian-policy/upgrading-checklist.txt.gz</tt> in
- the debian-policy package for a summary of changes in newer verisons of
+ the debian-policy package for a summary of changes in newer versions of
  Policy.
 
 Tag: timewarp-standards-version
diff --git a/lib/Lintian/Relation.pm b/lib/Lintian/Relation.pm
index b93be86..84d9a25 100644
--- a/lib/Lintian/Relation.pm
+++ b/lib/Lintian/Relation.pm
@@ -79,7 +79,7 @@ sub parse_element {
          |                              #   or
          \$\{[a-zA-Z0-9:-]+\}           #   substvar
         )                               # end of package name or substvar
-        (?:                             # start of optional verison
+        (?:                             # start of optional version
          \s* \(                         # open parenthesis for version part
          \s* (<<|<=|=|>=|>>|<|>)        # relation part (2)
          \s* (.*?)                      # version (3)

-- 
Debian package checker


Reply to: