diff --git a/build/index.php b/build/index.php index 8b42b90..82fde55 100644 --- a/build/index.php +++ b/build/index.php @@ -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 diff --git a/core.php b/core.php index 1953ba1..fda6380 100644 --- a/core.php +++ b/core.php @@ -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