typos and syntax improvements

This commit is contained in:
Marc Delisle
2005-11-30 19:06:13 +00:00
parent f88d908e83
commit 37e6942fbb

View File

@@ -199,13 +199,13 @@
<a name="setup_script"></a> <a name="setup_script"></a>
<h3>Setup script usage</h3> <h3>Setup script usage</h3>
<p> <p>
Since 2.7.1 phpMyAdmin comes with setup script that can help you with Since 2.7.1 phpMyAdmin comes with a setup script that can help you with
creating configuration. Script is located in scripts folder: <a creating configuration. This script is located in <tt>scripts</tt> folder: <a
href="scripts/setup.php">scripts/setup.php</a>. It's usage is quite href="scripts/setup.php">scripts/setup.php</a>. Its usage is quite
simple. In case you want just donwload configuration, you don't have to simple. In case you just want to download configuration, you don't have to
preform any additional actions. For saving file on webserver, or loading perform any additional actions. For saving file on webserver, or loading
previous configuration you have to create <code>config</code> directory in previous configuration you have to create <code>config</code> directory in
phpMyAdmins top level directory and make it writable to web server. For phpMyAdmin's top level directory and make it writable to web server. For
loading previous configuration, place it there (and make sure it has write loading previous configuration, place it there (and make sure it has write
permissions for webserver). permissions for webserver).
</p> </p>
@@ -215,8 +215,8 @@
level directory and delete created <code>config</code> directory. level directory and delete created <code>config</code> directory.
</p> </p>
<p> <p>
Please note that it doesn not allow to configure everything, so for some Please note that it does not allow to configure everything, so for some
additional features you still need to manually edit configuration file. additional features you still need to manually edit the configuration file.
</p> </p>
<a name="linked-tables"></a> <a name="linked-tables"></a>