From: ewinslow Date: Tue, 7 Sep 2010 06:53:16 +0000 (+0000) Subject: Refs #2450: Fixed some typos in css/js simplecache documentation X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=0b1f4473d8a879e3ff139dc56e603ebd74abea3e;p=lorea%2Felgg.git Refs #2450: Fixed some typos in css/js simplecache documentation git-svn-id: http://code.elgg.org/elgg/trunk@6915 36083f99-b078-4883-b0ff-0f9b5a30f544 --- 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.