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

[lintian] 04/04: Fix typos



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

jwilk pushed a commit to branch master
in repository lintian.

commit 35cc8d405531f0817c509d89648dd6443333d0ef
Author: Jakub Wilk <jwilk@debian.org>
Date:   Sun Sep 18 12:16:58 2016 +0200

    Fix typos
---
 CONTRIBUTING.md  | 6 +++---
 checks/fields.pm | 2 +-
 doc/releases.md  | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 97b5b05..39954a3 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -3,7 +3,7 @@ How to contribute to Lintian
 
 This document is intended for prospective and existing contributors.
 
-The first section will cover how to get started for new comers.  After
+The first section will cover how to get started for newcomers.  After
 that is a section on recommended practices and additional resources.
 
 Getting started
@@ -160,7 +160,7 @@ The general format is:
 Beyond the regular rules for Debian changelog files, the general
 guidelines are:
 
- * The message is prefixed with the intials of the committer(s). New
+ * The message is prefixed with the initials of the committer(s). New
    committers, please remember to add yourself to debian/copyright.
  * Changes are grouped by "root" folder ("checks", "data" and "lib" in
    the example above).
@@ -199,4 +199,4 @@ Additional resources
 
  * perldoc [doc/tutorial/Lintian/Tutorial.pod]()
  * perldoc [doc/README.developers]()
- * [doc/relases.md]()
+ * [doc/releases.md]()
diff --git a/checks/fields.pm b/checks/fields.pm
index 1e1baf4..328f0f9 100644
--- a/checks/fields.pm
+++ b/checks/fields.pm
@@ -646,7 +646,7 @@ sub run {
     # Check whether the package looks like a metapackage, used for later
     # dependency checks.  We consider a package to possibly be a metapackage if
     # it is a binary package with no files outside of /usr/share/doc and a few
-    # other directories found in metapackges.  This also catches documentation
+    # other directories found in metapackages.  This also catches documentation
     # packages, but that doesn't matter for our purposes.
     my $metapackage = 0;
     if ($type eq 'binary') {
diff --git a/doc/releases.md b/doc/releases.md
index 512fa03..a879b57 100644
--- a/doc/releases.md
+++ b/doc/releases.md
@@ -45,5 +45,5 @@ a9c67f2 as an example of how it is done.
 To update lintian on lintian.debian.org, please see the README in
 /srv/lintian.debian.org on lintian.debian.org.  NOTE: if Lintian has
 obtained any new dependencies, these must be installed by DSA before
-updating lintian.debian.org (send a patch to DSA for their metapackge
+updating lintian.debian.org (send a patch to DSA for their metapackage
 for lintian.debian.org).

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


Reply to: