From f5acb6dbaa7b547bf8b0128a0427db86f0d7db9f Mon Sep 17 00:00:00 2001 From: Yarmo Mackenbach Date: Sun, 21 Jun 2020 00:46:48 +0200 Subject: [PATCH] Fix typo --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;