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

[lintian] 05/06: data: Fix typos in comments



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

jwilk pushed a commit to branch master
in repository lintian.

commit 4d7be9f20454055b99377ff25e51572055aa6ec9
Author: Jakub Wilk <jwilk@debian.org>
Date:   Fri Nov 27 17:47:03 2015 +0100

    data: Fix typos in comments
---
 data/cruft/gfdl-license-fragments-checks | 2 +-
 data/debhelper/compat-level              | 2 +-
 data/rules/rules-should-not-use          | 2 +-
 data/scripts/versioned-interpreters      | 4 ++--
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/data/cruft/gfdl-license-fragments-checks b/data/cruft/gfdl-license-fragments-checks
index 1820238..a4f16aa 100644
--- a/data/cruft/gfdl-license-fragments-checks
+++ b/data/cruft/gfdl-license-fragments-checks
@@ -28,7 +28,7 @@ with [ ] (?:the[ ])? invariants? [ ] sections? [ ] being [ ] no [ ] invariants?
 # tla
 \A with [ ] the [ ] front[ ]?-?[ ]?cover [ ] texts? [ ] being [ ] \(none\) [ ] and [ ] with [ ] the [ ] back[ ]?-?[ ]?cover [ ] texts [ ] being [ ] \(none\) \Z ~~ ~~ license-problem-gfdl-non-official-text
 #
-# Conditionnaly ok
+# Conditionally ok
 #
 with [ ] \&FDLInvariantSections; [ ]? [,\.;]? [ ]? with [ ]+\&FDLFrontCoverText; [ ]? [,\.;]? [ ]? and [ ] with [ ] \&FDLBackCoverText; ~~ /customization/[^/]+/entities/[^/]+\.docbook\Z
 \A with [ ] the [ ]? <_: [ ]? link-\d+ [ ]? /> [ ]? being [ ] list [ ] their [ ] titles [ ]?[,\.;]?[ ]? with [ ] the [ ]? <_: [ ]* link-\d+ [ ]? /> [ ]? being [ ] list [ ]?[,\.;]?[ ]? (?:and[ ])? with [ ] the [ ]? <_:[ ]? link-\d+ [ ]? /> [ ]? being [ ] list \Z ~~ .po\Z
\ No newline at end of file
diff --git a/data/debhelper/compat-level b/data/debhelper/compat-level
index 315607e..895b52c 100644
--- a/data/debhelper/compat-level
+++ b/data/debhelper/compat-level
@@ -1,4 +1,4 @@
-# warn if no versionned depend below this level
+# warn if no versioned depend below this level
 pedantic=8
 # warn (pedantic) if does not depend on this debhelper level
 recommended=9
diff --git a/data/rules/rules-should-not-use b/data/rules/rules-should-not-use
index 0cc465b..1d88057 100644
--- a/data/rules/rules-should-not-use
+++ b/data/rules/rules-should-not-use
@@ -1,4 +1,4 @@
-# a list of fordidden construct in debian/rules
+# a list of forbidden constructs in debian/rules
 # format is 
 #   tag ~~ regex (\x\s)
 # Please sort by alphabetic sort of tags
diff --git a/data/scripts/versioned-interpreters b/data/scripts/versioned-interpreters
index 39131da..fff44c2 100644
--- a/data/scripts/versioned-interpreters
+++ b/data/scripts/versioned-interpreters
@@ -23,7 +23,7 @@
 # the version of it.  It should have exactly one capture group, which captures the
 # version.  If the regex does not match the interpreter or does not capture a version
 # in the <version-list>, the entry is assumed not to apply to this interpreter.
-# NB: The regex will be achored and must match the /entire/ interpreter with version.
+# NB: The regex will be anchored and must match the /entire/ interpreter with version.
 #   (e.g. guile-([\d\.]*) is matched as m/^guile-([\d\.]*)$/)
 #
 # <dependency-template> is a dependency template that will generate the dependency
@@ -52,7 +52,7 @@
 #   for the dependency:
 #      "pike7.6 | pike7.6-core"
 #
-# When used on an unversionde interpreter, Lintian will check for a dependency satisfying
+# When used on an unversioned interpreter, Lintian will check for a dependency satisfying
 # ANY of the versioned dependencies that can be generated from applying the versions from
 # <version-list> to <dependency-template>.  Furthermore, also check for the dependency on
 # the <dependency-relation> (assuming it is not one of the magic values).

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


Reply to: