Browse Source

fix build.

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@15762 44c647ce-9c0f-0410-b52a-842ac1e357ba
takagi 16 years ago
parent
commit
24afa60e71
1 changed files with 1 additions and 1 deletions
  1. 1 1
      documentation/manual/ja/module_specs/Zend_Cache-Frontends.xml

+ 1 - 1
documentation/manual/ja/module_specs/Zend_Cache-Frontends.xml

@@ -538,7 +538,7 @@ $result = $cache->foobar2('1', '2');
                               <entry>
                                   <classname>Zend_Cache_Frontend_File::MODE_AND</classname> あるいは
                                   <classname>Zend_Cache_Frontend_File::MODE_OR</classname>。
-                                  <constant>MODE_AND</cohstant> の場合は、
+                                  <constant>MODE_AND</constant> の場合は、
                                   すべてのマスタファイルにアクセスがあるまでキャッシュが無効化されません。
                                   <constant>MODE_OR</constant> の場合は、
                                   どれかひとつのマスタファイルにアクセスがあればキャッシュを無効化します。