mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 04:23:01 +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}";
|
{all-pages-datalist}";
|
||||||
/**
|
/**
|
||||||
* A specially minified content template that doesn't include the navbar and
|
* 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
|
* @var string
|
||||||
* @package core
|
* @package core
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -671,7 +671,7 @@ class search
|
||||||
}
|
}
|
||||||
foreach($newindex as $nterm => $entry)
|
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
|
$newindex[$nterm] !== $oldindex[$nterm]) // If this word has changed
|
||||||
$changed[$nterm] = $newindex[$nterm];
|
$changed[$nterm] = $newindex[$nterm];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue