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

[SCM] Debian package checker branch, master, updated. 9b076d8deddc678f2f04dc57455972383cff02ce



The following commit has been merged in the master branch:
commit 199ade2a41da83ed960c65785846f783c69e3dff
Author: Russ Allbery <rra@debian.org>
Date:   Thu Jun 26 13:46:35 2008 -0700

    Add two spelling corrections and checks for LaTeX and TeX
    
    * lib/Spelling.pm:
      + [RA] Add a couple more spelling corrections and capitalization
        checks for LaTeX and TeX.  Thanks, Raphael Geissert.

diff --git a/debian/changelog b/debian/changelog
index e6c7be4..f20a6b6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -50,6 +50,9 @@ lintian (1.24.2) unstable; urgency=low
   * lib/Lintian/Collect/Binary.pm:
     + [FL] Add support for file-info file.
     + [FL] Add support for objdump-info file.
+  * lib/Spelling.pm:
+    + [RA] Add a couple more spelling corrections and capitalization
+      checks for LaTeX and TeX.  Thanks, Raphael Geissert.
   
   * man/lintian.1:
     + [FL] Document watch-file check.
diff --git a/lib/Spelling.pm b/lib/Spelling.pm
index 2a70267..b89c4c1 100644
--- a/lib/Spelling.pm
+++ b/lib/Spelling.pm
@@ -134,6 +134,7 @@ our %CORRECTIONS = qw(
                       editting editing
                       eletronic electronic
                       enchanced enhanced
+                      enhaced enhanced
                       encorporating incorporating
                       enlightnment enlightenment
                       enterily entirely
@@ -283,6 +284,7 @@ our %CORRECTIONS = qw(
                       suport support
                       suppport support
                       supportin supporting
+                      synax syntax
                       synchonized synchronized
                       syncronize synchronize
                       syncronizing synchronizing
@@ -347,6 +349,8 @@ our %CORRECTIONS_CASE = qw(
                            Mysql MySQL
                            mysql MySQL
                            linux Linux
+                           Latex LaTeX
+                           latex LaTeX
                            OCAML OCaml
                            Ocaml OCaml
                            ocaml OCaml
@@ -365,6 +369,7 @@ our %CORRECTIONS_CASE = qw(
                            TCL Tcl
                            tcl Tcl
                            TEX TeX
+                           Tex TeX
                            TeTeX teTeX
                            Tetex teTeX
                            tetex teTeX

-- 
Debian package checker


Reply to: