diff options
author | ewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-09-07 06:53:16 +0000 |
---|---|---|
committer | ewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-09-07 06:53:16 +0000 |
commit | 0b1f4473d8a879e3ff139dc56e603ebd74abea3e (patch) | |
tree | 011ff99480ee6c696112d380f888d4d1a53f46d6 /_css/js.php | |
parent | f279b310c8e62dab04c1487bd57efe22ad200e9b (diff) | |
download | elgg-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/js.php')
-rw-r--r-- | _css/js.php | 2 |
1 files changed, 1 insertions, 1 deletions
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. |