[lintian] 01/01: spelling: Add correction for "individual"
This is an automated email from the git hooks/post-receive script.
jwilk pushed a commit to branch master
in repository lintian.
commit 4c56b48051ed04641788f82bc03d403a245f0a5a
Author: Jakub Wilk <jwilk@debian.org>
Date: Mon Oct 5 23:57:52 2015 +0200
spelling: Add correction for "individual"
---
checks/files.pm | 2 +-
data/spelling/corrections | 2 ++
debian/changelog | 3 +++
3 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/checks/files.pm b/checks/files.pm
index bde6b7f..42f1272 100644
--- a/checks/files.pm
+++ b/checks/files.pm
@@ -1014,7 +1014,7 @@ sub run {
# non-FHS, but still usual
or $fname =~ m,^usr/[^/]+-linux[^/]*/,
or $fname =~ m,^usr/iraf/,
- # not allowed, but tested indivudually
+ # not allowed, but tested individually
or $fname =~ m{\A (?:
build|home|mnt|opt|root|run|srv
|(?:(?:usr|var)/)?tmp)|var/www/}xsm
diff --git a/data/spelling/corrections b/data/spelling/corrections
index 8a7fbf7..95dfd2d 100644
--- a/data/spelling/corrections
+++ b/data/spelling/corrections
@@ -337,6 +337,8 @@ indendation||indentation
indended||intended
independant||independent
independed||independent
+indivudual||individual
+indivudually||individually
informatiom||information
informations||information
infromation||information
diff --git a/debian/changelog b/debian/changelog
index 9db02a7..792187b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,9 @@ lintian (2.5.39) UNRELEASED; urgency=medium
XXX: generate tag summary
+ * data/spelling/corrections:
+ + [JW] Add more corrections.
+
* man/lintian.pod.in:
+ [JW] Fix incorrect claim that "pedantic" and "display-info" can't be
used together in the config file.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git
Reply to: