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

[SCM] Debian package checker branch, master, updated. 2.3.3-7-g97b082d



The following commit has been merged in the master branch:
commit 97b082d243fd2a954e7ca757c27b2227cffd50ec
Author: Adam D. Barratt <adam@adam-barratt.org.uk>
Date:   Thu Mar 18 21:29:59 2010 +0000

    Remove duplicate entries from the spelling correction list
    
    * lib/Spelling.pm:
      + [ADB] Remove duplicate entires from the correction list.  Thanks,
        Jakub Wilk.  (Closes: #572260)

diff --git a/debian/changelog b/debian/changelog
index f630cce..e27018e 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,9 @@ lintian (2.3.4) UNRELEASED; urgency=low
 
   * lib/Lintian/Tag/Info.pm:
     + [JP] Don't link to references with no URL.  (Closes: #572297)
+  * lib/Spelling.pm:
+    + [ADB] Remove duplicate entires from the correction list.  Thanks,
+      Jakub Wilk.  (Closes: #572260)
 
   * man/lintian-info.1:
     + [CW] Fix typo.
diff --git a/lib/Spelling.pm b/lib/Spelling.pm
index af00418..932abe7 100644
--- a/lib/Spelling.pm
+++ b/lib/Spelling.pm
@@ -50,11 +50,9 @@ our %CORRECTIONS = qw(
                       accesing accessing
                       accesnt accent
                       accessable accessible
-                      accessable accessible
                       accidentaly accidentally
                       accidentually accidentally
                       accomodate accommodate
-                      accomodate accommodate
                       accomodates accommodates
                       accout account
                       acess access
@@ -88,7 +86,6 @@ our %CORRECTIONS = qw(
                       appropiate appropriate
                       appropriatly appropriately
                       aquired acquired
-                      aquired acquired
                       arbitary arbitrary
                       architechture architecture
                       arguement argument
@@ -132,7 +129,6 @@ our %CORRECTIONS = qw(
                       begining beginning
                       calender calendar
                       cancelation cancellation
-                      cancelation cancellation
                       capabilites capabilities
                       capatibilities capabilities
                       cariage carriage
@@ -190,7 +186,6 @@ our %CORRECTIONS = qw(
                       dependant dependent
                       detabase database
                       developement development
-                      developement development
                       developped developed
                       deveolpment development
                       devided divided
@@ -327,7 +322,6 @@ our %CORRECTIONS = qw(
                       nead need
                       neccesary necessary
                       neccessary necessary
-                      neccessary necessary
                       necesary necessary
                       negotation negotiation
                       nescessary necessary
@@ -400,8 +394,6 @@ our %CORRECTIONS = qw(
                       psychadelic psychedelic
                       quering querying
                       recieved received
-                      recieved received
-                      recieve receive
                       recieve receive
                       reciever receiver
                       recogniced recognised
@@ -434,10 +426,8 @@ our %CORRECTIONS = qw(
                       separatly separately
                       sepcify specify
                       seperated separated
-                      seperated separated
                       seperately separately
                       seperate separate
-                      seperate separate
                       seperatly separately
                       seperator separator
                       sequencial sequential
@@ -474,7 +464,6 @@ our %CORRECTIONS = qw(
                       synax syntax
                       synchonized synchronized
                       syncronize synchronize
-                      syncronize synchronize
                       syncronizing synchronizing
                       syncronus synchronous
                       syste system

-- 
Debian package checker


Reply to: