Просмотр исходного кода

[ZF-7916]Docs says ZF_STORAGE_DIRECTORY but zf.bat requires ZF_STORAGE_DIR

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@18385 44c647ce-9c0f-0410-b52a-842ac1e357ba
yoshida@zend.co.jp 16 лет назад
Родитель
Сommit
5597426091
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      documentation/manual/en/module_specs/Zend_Tool_Framework-Extending.xml

+ 2 - 2
documentation/manual/en/module_specs/Zend_Tool_Framework-Extending.xml

@@ -79,7 +79,7 @@
             <para>
             <para>
                 If the directory cannot be found, or the developer wishes to override this location, that can be done
                 If the directory cannot be found, or the developer wishes to override this location, that can be done
                 by setting an environment variable. Regardless if <varname>$HOME</varname> has been previously set or
                 by setting an environment variable. Regardless if <varname>$HOME</varname> has been previously set or
-                not, the developer may supply the environment variable <constant>ZF_STORAGE_DIRECTORY</constant>.
+                not, the developer may supply the environment variable <constant>ZF_STORAGE_DIR</constant>.
             </para>
             </para>
 
 
             <para>
             <para>
@@ -116,7 +116,7 @@
 
 
             <para>
             <para>
                 If the file cannot be autodiscovered or the developer wishes to specify the location of location of the
                 If the file cannot be autodiscovered or the developer wishes to specify the location of location of the
-                configuration file, the developer can do so by setting an evironment variable. If the environment
+                configuration file, the developer can do so by setting an environment variable. If the environment
                 variable <constant>ZF_CONFIG_FILE</constant> is set, then its value will be used as the location of the
                 variable <constant>ZF_CONFIG_FILE</constant> is set, then its value will be used as the location of the
                 configuration file to use with the Console Client. The <constant>ZF_CONFIG_FILE</constant> can
                 configuration file to use with the Console Client. The <constant>ZF_CONFIG_FILE</constant> can
                 point to any Zend_Config readable INI, XML or PHP File.
                 point to any Zend_Config readable INI, XML or PHP File.