From 6ad0d42498eb0539980f9708447149d614d6ee13 Mon Sep 17 00:00:00 2001 From: Jordan Suchow Date: Tue, 29 Sep 2015 14:05:00 -0700 Subject: [PATCH] Pluck the chickens before noon --- proselint/checks/garner/misspelling.py | 3 +++ proselint/checks/garner/preferred_forms.py | 2 ++ 2 files changed, 5 insertions(+) diff --git a/proselint/checks/garner/misspelling.py b/proselint/checks/garner/misspelling.py index 227966b38..1da72bb02 100644 --- a/proselint/checks/garner/misspelling.py +++ b/proselint/checks/garner/misspelling.py @@ -118,6 +118,9 @@ def check(text): ["navel orange", ["naval orange"]], ["neckwear", ["neckware"]], ["newsstand", ["newstand"]], + ["non sequitur", ["non sequiter", + "non sequitar", + "non sequitor"]], ["occurred", ["occured"]], ["plantar fasciitis", ["planter fasciitis", "plantar fascitis"]], ["pledgeable", ["pledgable", "pledgeble"]], diff --git a/proselint/checks/garner/preferred_forms.py b/proselint/checks/garner/preferred_forms.py index 604002747..739f8b646 100644 --- a/proselint/checks/garner/preferred_forms.py +++ b/proselint/checks/garner/preferred_forms.py @@ -50,6 +50,7 @@ def check(text): ["transship", ["tranship", "trans-ship"]], ["transshipped", ["transhipped", "trans-shipped"]], ["transshipping", ["transhipping", "trans-shipping"]], + ["non sequitur", ["non-sequitur"]], # er vs. or ["abductor", ["abducter"]], @@ -124,6 +125,7 @@ def check(text): ["mustache", ["moustache"]], ["nonplussed", ["nonplused"]], ["nonplussing", ["nonplusing"]], + ["non sequitur", ["nonsequitur"]], ["not nearly as", ["nowhere near as"]], ["off", ["off of"]], ["podiatrist", ["chiropodist"]],