Merge pull request #1684 from sebweb3r/issue-1682

Move correct words with ' to code-dict
diff --git a/codespell_lib/data/dictionary.txt b/codespell_lib/data/dictionary.txt
index 64a6fa8..b4fc8f6 100644
--- a/codespell_lib/data/dictionary.txt
+++ b/codespell_lib/data/dictionary.txt
@@ -12425,7 +12425,6 @@
 fileld->field
 filelds->fields
 filenae->filename
-files'->file's
 fileshystem->filesystem
 fileshystems->filesystems
 filesname->filename, filenames,
@@ -20728,7 +20727,6 @@
 proceshandler->processhandler
 procesing->processing
 procesor->processor
-process'->process's
 processeed->processed
 processees->processes
 processer->processor
@@ -25596,7 +25594,6 @@
 subpecies->subspecies
 subporgram->subprogram
 subproccese->subprocess
-subprocess'->subprocess's
 subpsace->subspace
 subquue->subqueue
 subract->subtract
@@ -28935,7 +28932,6 @@
 wendesday->Wednesday
 wendsay->Wednesday
 wensday->Wednesday
-were'->we're
 were'nt->weren't
 wereabouts->whereabouts
 wereas->whereas
diff --git a/codespell_lib/data/dictionary_code.txt b/codespell_lib/data/dictionary_code.txt
index 5d11a34..e6b2b66 100644
--- a/codespell_lib/data/dictionary_code.txt
+++ b/codespell_lib/data/dictionary_code.txt
@@ -9,6 +9,7 @@
 dont->don't
 endcode->encode
 errorstring->error string
+files'->file's
 gae->game, Gael, gale,
 iam->I am, aim,
 iff->if
@@ -19,6 +20,7 @@
 nto->not
 objext->object
 od->of
+process'->process's
 referer->referrer
 rela->real
 secant->second
@@ -31,6 +33,8 @@
 stoll->still
 storaged->storage, stored,
 storaget->storage
+subprocess'->subprocess's
 thead->thread
 todays->today's
 uint->unit
+were'->we're