Merge pull request #2103 from codespell-project/peternewman-referance
Add referance->reference and friends
diff --git a/codespell_lib/_codespell.py b/codespell_lib/_codespell.py
index 6c43d02..becf4d4 100644
--- a/codespell_lib/_codespell.py
+++ b/codespell_lib/_codespell.py
@@ -17,8 +17,6 @@
Copyright (C) 2011 ProFUSION embedded systems
"""
-from __future__ import print_function
-
import argparse
import codecs
import configparser
diff --git a/codespell_lib/data/dictionary.txt b/codespell_lib/data/dictionary.txt
index 3ede982..ed409cf 100644
--- a/codespell_lib/data/dictionary.txt
+++ b/codespell_lib/data/dictionary.txt
@@ -6743,6 +6743,9 @@
configuerd->configured
configuered->configured
configues->configures
+configulate->configurate
+configulation->configuration
+configulations->configurations
configuraion->configuration
configuraiton->configuration
configuratiens->configurations
@@ -13852,7 +13855,7 @@
flushs->flushes
flusing->flushing
flyes->flies, flyers,
-fo->of, for,
+fo->of, for, to,
focu->focus
focued->focused
focument->document
@@ -24726,6 +24729,7 @@
remoote->remote
remore->remote
remorted->reported
+remot->remote
removce->remove
removeable->removable
removefromat->removeformat
diff --git a/codespell_lib/tests/test_basic.py b/codespell_lib/tests/test_basic.py
index 80a725f..0328b41 100644
--- a/codespell_lib/tests/test_basic.py
+++ b/codespell_lib/tests/test_basic.py
@@ -1,7 +1,5 @@
# -*- coding: utf-8 -*-
-from __future__ import print_function
-
import contextlib
import inspect
import os