summaryrefslogtreecommitdiffstats
path: root/controllers/PagesController.php
diff options
context:
space:
mode:
authorraylu <raylu@mixpanel.com>2011-07-03 04:29:55 -0700
committerraylu <raylu@mixpanel.com>2011-07-03 04:29:55 -0700
commitb24488ae40a5b503c1c9662af887d39d5868456c (patch)
tree39ff7c21cdf2b844b801f517cd1d29b934eae1e2 /controllers/PagesController.php
parent05a2b26d9038752a40348a3f226e44710833c49b (diff)
downloadotakuhub-b24488ae40a5b503c1c9662af887d39d5868456c.tar.xz
pointless little fixes
Diffstat (limited to 'controllers/PagesController.php')
-rw-r--r--controllers/PagesController.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/controllers/PagesController.php b/controllers/PagesController.php
index 47b88d2..6babfaf 100644
--- a/controllers/PagesController.php
+++ b/controllers/PagesController.php
@@ -24,7 +24,7 @@ namespace app\controllers;
* `/views/pages/about/company.html.php`.
*/
class PagesController extends \lithium\action\Controller {
- // !--Waring--! this makes all pages accessibe to non-logged in uses.
+ // !--Warning--! this makes all pages accessibe to non-logged in users.
// :TODO: Fix this.
public $publicActions = array('view');
public function view() {
@@ -33,4 +33,4 @@ class PagesController extends \lithium\action\Controller {
}
}
-?> \ No newline at end of file
+?>