From 22e226ea3d7135ec8091e3994ba222d882a3371d Mon Sep 17 00:00:00 2001 From: Drew Gates Date: Mon, 24 Oct 2016 20:03:08 -0400 Subject: [PATCH] fixed spelling The day of the week is spelled "Wednesday". --- armin_siig/files/PHP/choose.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/armin_siig/files/PHP/choose.php b/armin_siig/files/PHP/choose.php index ae98b20..719caf0 100644 --- a/armin_siig/files/PHP/choose.php +++ b/armin_siig/files/PHP/choose.php @@ -2,7 +2,7 @@ $cycle = array ( 0 => 'Monday', 1 => 'Tuesday', - 2 => 'Wensday', + 2 => 'Wednesday', 3 => 'Thursday', 4 => 'Friday', 5 => 'Saturday', @@ -38,4 +38,4 @@ ?> - \ No newline at end of file +