Parcourir la source

[DOCUMENTATION] 2 typos and 3 "setup"s to "set up"

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@16525 44c647ce-9c0f-0410-b52a-842ac1e357ba
yoshida@zend.co.jp il y a 16 ans
Parent
commit
63483d3aa8

+ 5 - 5
documentation/manual/en/module_specs/Zend_Tool_Framework-CliTool.xml

@@ -94,7 +94,7 @@
 
 
         <para>
         <para>
             The next order of business is to ensure that the Zend Framework
             The next order of business is to ensure that the Zend Framework
-            library is setup correctly inside of the system PHP
+            library is set up correctly inside of the system PHP
             <code>include_path</code>. To find out where your
             <code>include_path</code>. To find out where your
             <code>include_path</code> is located, you can execute 'php -i' and
             <code>include_path</code> is located, you can execute 'php -i' and
             look for the <code>include_path</code> variable, or more succinctly,
             look for the <code>include_path</code> variable, or more succinctly,
@@ -117,7 +117,7 @@
 
 
         <para>
         <para>
             If you do not see this type of output, go back and check your setup
             If you do not see this type of output, go back and check your setup
-            to ensure you have all of the necessary peices in the proper place.
+            to ensure you have all of the necessary pieces in the proper place.
         </para>
         </para>
 
 
         <para>
         <para>
@@ -161,7 +161,7 @@ ln -s /home/username/lib/ZendFramework/bin/zf.sh /home/username/bin/zf
 
 
         <para>
         <para>
             The most common setup in the Windows Win32 environment, is to copy
             The most common setup in the Windows Win32 environment, is to copy
-            the <code>zf.sh</code> and <code>zf.php</code> into the same
+            the <code>zf.bat</code> and <code>zf.php</code> into the same
             directory as your PHP binary. This can generally be found in one of
             directory as your PHP binary. This can generally be found in one of
             the following places:
             the following places:
         </para>
         </para>
@@ -181,7 +181,7 @@ C:\WAMP\PHP\bin
 
 
         <para>
         <para>
             The next order of business is to ensure that the Zend Framework
             The next order of business is to ensure that the Zend Framework
-            library is setup correctly inside of the system PHP
+            library is set up correctly inside of the system PHP
             <code>include_path</code>. To find out where your
             <code>include_path</code>. To find out where your
             <code>include_path</code> is located, you can type 'php -i' and look
             <code>include_path</code> is located, you can type 'php -i' and look
             for the <code>include_path</code> variable, or more succinctly
             for the <code>include_path</code> variable, or more succinctly
@@ -260,7 +260,7 @@ C:\WAMP\PHP\bin
         <title>Where To Go Next?</title>
         <title>Where To Go Next?</title>
 
 
         <para>
         <para>
-            At this point, your should be setup to start initiating some more
+            At this point, your should be set up to start initiating some more
             "interesting" commands. To get going, you can issue the <code>zf
             "interesting" commands. To get going, you can issue the <code>zf
                 --help</code> command to see what is available to you.
                 --help</code> command to see what is available to you.
         </para>
         </para>