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

[lintian] 02/02: Fix typo of interpreter(s)



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

nthykier pushed a commit to branch master
in repository lintian.

commit 62fd74c17799cf41df7da5c85c10f675db541356
Author: Ron Lee <ron@debian.org>
Date:   Mon Nov 9 19:54:05 2015 +0100

    Fix typo of interpreter(s)
    
    Signed-off-by: Niels Thykier <niels@thykier.net>
---
 checks/scripts.pm | 2 +-
 debian/changelog  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/checks/scripts.pm b/checks/scripts.pm
index 8313aa7..6a29836 100644
--- a/checks/scripts.pm
+++ b/checks/scripts.pm
@@ -1200,7 +1200,7 @@ sub script_is_evil_and_wrong {
     return $ret;
 }
 
-# Given an interpretor and a file, run the interpretor on that file with the
+# Given an interpreter and a file, run the interpreter on that file with the
 # -n option to check syntax, discarding output and returning the exit status.
 sub check_script_syntax {
     my ($interpreter, $path) = @_;
diff --git a/debian/changelog b/debian/changelog
index f234682..1f6c5d7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11211,7 +11211,7 @@ lintian (1.23.47) unstable; urgency=low
     + [RA] Attempt to quash some Perl warnings.
     + [RA] *.py files in /usr/{lib,share}, /etc/init.d/skeleton, and *.ex
       files do not need to be executable even if they look like scripts.
-    + [RA] Add clisp, procmail, and rrdcgi, and another way interpretors
+    + [RA] Add clisp, procmail, and rrdcgi, and another way interpreters
       are templated in *.in files.
     + [RA] Expect unversioned dependencies on OCaml packages rather than
       versioned dependencies since the version changes frequently and

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


Reply to: