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

[SCM] Debian package checker branch, master, updated. 2.3.0-36-g1fc7d48



The following commit has been merged in the master branch:
commit 1fc7d486f6ae92e8796c46ebf12cd74ab2e3d2dd
Author: Russ Allbery <rra@debian.org>
Date:   Wed Dec 30 17:33:49 2009 -0800

    Remove colocated correction, change discontiguous correction
    
    Merriam-Webster has colocated as a valid word (with a slightly different
    definition) than the much-older collocated, so don't correct that one.
    
    Uses of discontiguous are probably meant to be noncontiguous, rather than
    discontinuous.

diff --git a/lib/Spelling.pm b/lib/Spelling.pm
index 557fcfb..b27c36a 100644
--- a/lib/Spelling.pm
+++ b/lib/Spelling.pm
@@ -141,7 +141,6 @@ our %CORRECTIONS = qw(
                       childs children
                       chnages changes
                       choosen chosen
-                      colocated collocated
                       colorfull colorful
                       comand command
                       comit commit
@@ -196,7 +195,7 @@ our %CORRECTIONS = qw(
                       dictionnary dictionary
                       diplay display
                       disapeared disappeared
-                      discontiguous discontinuous
+                      discontiguous noncontiguous
                       dispertion dispersion
                       dissapears disappears
                       docuentation documentation

-- 
Debian package checker


Reply to: