aboutsummaryrefslogtreecommitdiff
path: root/_css
diff options
context:
space:
mode:
authorewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-09-07 06:53:16 +0000
committerewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-09-07 06:53:16 +0000
commit0b1f4473d8a879e3ff139dc56e603ebd74abea3e (patch)
tree011ff99480ee6c696112d380f888d4d1a53f46d6 /_css
parentf279b310c8e62dab04c1487bd57efe22ad200e9b (diff)
downloadelgg-0b1f4473d8a879e3ff139dc56e603ebd74abea3e.tar.gz
elgg-0b1f4473d8a879e3ff139dc56e603ebd74abea3e.tar.bz2
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
Diffstat (limited to '_css')
-rw-r--r--_css/css.php4
-rw-r--r--_css/js.php2
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.