cvs: smarty /docs/en/programmers/caching caching-groups.xml
[email protected] ("Messju Mohr") Sat, 10 Dec 2005 08:55:21 -0000
| Newsgroups | php.smarty.cvs |
|---|---|
| Message-ID | <cvsmessju1134204921@cvsserver> |
messju Sat Dec 10 03:55:21 2005 EDT
Modified files:
/smarty/docs/en/programmers/caching caching-groups.xml
Log:
fixed typo
http://cvs.php.net/diff.php/smarty/docs/en/programmers/caching/caching-groups.xml?r1=1.4&r2=1.5&ty=u
Index: smarty/docs/en/programmers/caching/caching-groups.xml
diff -u smarty/docs/en/programmers/caching/caching-groups.xml:1.4 smarty/docs/en/programmers/caching/caching-groups.xml:1.5
--- smarty/docs/en/programmers/caching/caching-groups.xml:1.4 Tue Sep 13 12:14:12 2005
+++ smarty/docs/en/programmers/caching/caching-groups.xml Sat Dec 10 03:55:20 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<sect1 id="caching.groups">
<title>Cache Groups</title>
<para>
@@ -8,7 +8,7 @@
cache_id value. You can have as many sub-groups as you like.
</para>
<para>
- You can think of cache groups like a directory heirarchy. For instance, a
+ You can think of cache groups like a directory hierarchy. For instance, a
cache group of "a|b|c" could be thought of as the directory structure
"/a/b/c/". clear_cache(null,"a|b|c") would be like removing the files
"/a/b/c/*". clear_cache(null,"a|b") would be like removing the files