diff --git a/index.php b/index.php index 949a817..90808ec 100644 --- a/index.php +++ b/index.php @@ -167,7 +167,7 @@ if ($match['name'] == 'vinyl') { $variables['title'] = 'Vinyl — '.$basetitle; } -// If we are dealing with Albu m Of The Week +// If we are dealing with Album Of The Week if ($match['name'] == 'aotw') { $variables['albums'] = getAOTW(); $variables['title'] = 'Album Of The Week — '.$basetitle;