diff --git a/core.php b/core.php index 557deb3..bc5239f 100644 --- a/core.php +++ b/core.php @@ -1081,7 +1081,7 @@ class page_renderer {all-pages-datalist}"; /** * A specially minified content template that doesn't include the navbar and - * other elements not suiltable for printing. + * other elements not suitable for printing. * @var string * @package core */ diff --git a/modules/feature-search.php b/modules/feature-search.php index ccb7be7..944c1d9 100644 --- a/modules/feature-search.php +++ b/modules/feature-search.php @@ -671,7 +671,7 @@ class search } foreach($newindex as $nterm => $entry) { - if(!isset($oldindex[$nterm]) or // If this world is new + if(!isset($oldindex[$nterm]) or // If this word is new $newindex[$nterm] !== $oldindex[$nterm]) // If this word has changed $changed[$nterm] = $newindex[$nterm]; }