Browse Source

sync Japanese document with r17864.

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@17866 44c647ce-9c0f-0410-b52a-842ac1e357ba
takagi 16 years ago
parent
commit
d8897dddd8
1 changed files with 2 additions and 2 deletions
  1. 2 2
      documentation/manual/ja/ref/performance-classloading.xml

+ 2 - 2
documentation/manual/ja/ref/performance-classloading.xml

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- Reviewed: no -->
-<!-- EN-Revision: 17733 -->
+<!-- EN-Revision: 17864 -->
 <sect1 id="performance.classloading">
     <title>クラスの読み込み</title>
 
@@ -230,7 +230,7 @@ set_include_path(implode(PATH_SEPARATOR, $paths));
                 効果的にその命令をコメントアウトします
                 (<classname>Zend_Application</classname> と
                 <classname>Zend_Loader_Autoloader</classname> の中にある
-                <functionname>require_once</functionname> はそのままにしてあります。
+                <function>require_once</function> はそのままにしてあります。
                 そうしないと処理が失敗するからです)。
             </para>