From 216a61575f4f21ef02a1b07e28abbf1bcd8bad5e Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Sun, 6 May 2012 02:37:00 +0200 Subject: [PATCH] Fixed typo --- frontend/rewrite.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/rewrite.php b/frontend/rewrite.php index b58572b..7ed4266 100644 --- a/frontend/rewrite.php +++ b/frontend/rewrite.php @@ -28,7 +28,7 @@ $sMainClass = ""; $sPageTitle = ""; // Initialize some variables to ensure they are available through the application. -// This works about the inability of CPHP to retain variables set in the first rewrite. +// This works around the inability of CPHP to retain variables set in the first rewrite. $sContainer = null; $sPageContents = null; $router = null;