diff --git a/core/misc/cspell/dictionary.txt b/core/misc/cspell/dictionary.txt
index 4b1a13358d..af00c12851 100644
--- a/core/misc/cspell/dictionary.txt
+++ b/core/misc/cspell/dictionary.txt
@@ -560,7 +560,6 @@ elit
 embed's
 emebd
 emptry
-emtity
 emtpy
 encapsed
 encoding's
@@ -972,7 +971,6 @@ linkback
 linkgenerator
 linkification
 linksby
-linktitle
 lisu
 litererally
 livescript
diff --git a/core/modules/filter/src/Plugin/migrate/process/FilterID.php b/core/modules/filter/src/Plugin/migrate/process/FilterID.php
index 7d169f05be..15be887fe8 100644
--- a/core/modules/filter/src/Plugin/migrate/process/FilterID.php
+++ b/core/modules/filter/src/Plugin/migrate/process/FilterID.php
@@ -235,7 +235,7 @@ protected static function getSourceFilterType($filter_id) {
         return FilterInterface::TYPE_HTML_RESTRICTOR;
 
       // https://www.drupal.org/project/entity_embed
-      case 'emtity_embed':
+      case 'entity_embed':
         return FilterInterface::TYPE_TRANSFORM_IRREVERSIBLE;
 
       case 'filter_align':
