Spelling in comment

This commit is contained in:
Starbeamrainbowlabs 2015-10-25 21:02:20 +00:00
parent 8fc527fc07
commit 6e2faf6250
2 changed files with 2 additions and 2 deletions

View File

@ -636,7 +636,7 @@ if(!file_exists("./pageindex.json"))
$subpage_parent_filename = "$subpage_parent_key.md";
if(array_search($subpage_parent_filename, $existingpages) === false)
{
// Our parent page doesn't acutally exist - create it
// Our parent page doesn't actually exist - create it
touch($subpage_parent_filename, 0);
// Furthermore, we should add this page to the list of existing pages
// in order for it to be indexed

View File

@ -327,7 +327,7 @@ if(!file_exists("./pageindex.json"))
$subpage_parent_filename = "$subpage_parent_key.md";
if(array_search($subpage_parent_filename, $existingpages) === false)
{
// Our parent page doesn't acutally exist - create it
// Our parent page doesn't actually exist - create it
touch($subpage_parent_filename, 0);
// Furthermore, we should add this page to the list of existing pages
// in order for it to be indexed