Typos in comments

This commit is contained in:
Starbeamrainbowlabs 2018-09-12 21:27:51 +01:00
parent a7014a4bd1
commit 284b404946
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
2 changed files with 2 additions and 2 deletions

View File

@ -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
*/

View File

@ -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];
}