Dict: Move correct words with ' to code-dict

Closes #1682
diff --git a/codespell_lib/data/dictionary.txt b/codespell_lib/data/dictionary.txt
index 64a6fa8..1f5cf5a 100644
--- a/codespell_lib/data/dictionary.txt
+++ b/codespell_lib/data/dictionary.txt
@@ -959,7 +959,6 @@
 airator->aerator
 airbourne->airborne
 aircaft->aircraft
-aircrafts'->aircraft's
 aircrafts->aircraft
 airial->aerial, arial,
 airloom->heirloom
@@ -12425,7 +12424,6 @@
 fileld->field
 filelds->fields
 filenae->filename
-files'->file's
 fileshystem->filesystem
 fileshystems->filesystems
 filesname->filename, filenames,
@@ -20728,7 +20726,6 @@
 proceshandler->processhandler
 procesing->processing
 procesor->processor
-process'->process's
 processeed->processed
 processees->processes
 processer->processor
@@ -25596,7 +25593,6 @@
 subpecies->subspecies
 subporgram->subprogram
 subproccese->subprocess
-subprocess'->subprocess's
 subpsace->subspace
 subquue->subqueue
 subract->subtract
@@ -28935,7 +28931,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..b08fe52 100644
--- a/codespell_lib/data/dictionary_code.txt
+++ b/codespell_lib/data/dictionary_code.txt
@@ -1,3 +1,4 @@
+aircrafts'->aircraft's
 amin->main
 cas->case, cast,
 clas->class
@@ -9,6 +10,7 @@
 dont->don't
 endcode->encode
 errorstring->error string
+files'->file's
 gae->game, Gael, gale,
 iam->I am, aim,
 iff->if
@@ -19,6 +21,7 @@
 nto->not
 objext->object
 od->of
+process'->process's
 referer->referrer
 rela->real
 secant->second
@@ -31,6 +34,8 @@
 stoll->still
 storaged->storage, stored,
 storaget->storage
+subprocess'->subprocess's
 thead->thread
 todays->today's
 uint->unit
+were'->we're