diff options
-rw-r--r-- | _css/css.php | 4 | ||||
-rw-r--r-- | _css/js.php | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/_css/css.php b/_css/css.php index 7aeb0eaa8..7fd12ec13 100644 --- a/_css/css.php +++ b/_css/css.php @@ -13,10 +13,10 @@ * This view is cached via simplecache. * * @see views/default/css.php - * @see simgplecache/view.php + * @see simplecache/view.php * @see elgg_extend_view() * - * @uses $_GET['viewtype'] The current viewtype. Determins where to look for the + * @uses $_GET['viewtype'] The current viewtype. Determines where to look for the * css.php view. * @uses $override A global that tells simplecache to ignore caching. * diff --git a/_css/js.php b/_css/js.php index 567f2639e..4110df952 100644 --- a/_css/js.php +++ b/_css/js.php @@ -18,7 +18,7 @@ * @see simplecache/view.php * @see elgg_extend_view() * - * @uses $_GET['viewtype'] The current viewtype. Determins where to look for the + * @uses $_GET['viewtype'] The current viewtype. Determines where to look for the * JS view files. * @uses $_GET['view'] The view to output, relative to the view js/ * @uses $override A global that tells simplecache to ignore caching. |