From b1fcfc081e5048467d0b03be42b118024ed50400 Mon Sep 17 00:00:00 2001 From: messju Date: Sat, 10 Dec 2005 08:55:20 +0000 Subject: [PATCH] fixed typo --- docs/en/programmers/caching/caching-groups.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/programmers/caching/caching-groups.xml b/docs/en/programmers/caching/caching-groups.xml index 9a579af7..29a7fff3 100644 --- a/docs/en/programmers/caching/caching-groups.xml +++ b/docs/en/programmers/caching/caching-groups.xml @@ -8,7 +8,7 @@ cache_id value. You can have as many sub-groups as you like. - 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