mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-21 16:13:00 +00:00
Typos in comments
This commit is contained in:
parent
a7014a4bd1
commit
284b404946
2 changed files with 2 additions and 2 deletions
2
core.php
2
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
|
||||
*/
|
||||
|
|
|
@ -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];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue