]> git.donarmstrong.com Git - infobot.git/commitdiff
Fixed some documentation typOs. (in the install docs)
authorgmlb <gmlb@c11ca15a-4712-0410-83d8-924469b57eb5>
Wed, 2 Aug 2000 17:04:29 +0000 (17:04 +0000)
committergmlb <gmlb@c11ca15a-4712-0410-83d8-924469b57eb5>
Wed, 2 Aug 2000 17:04:29 +0000 (17:04 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@25 c11ca15a-4712-0410-83d8-924469b57eb5

INSTALL
INSTALL.mysql

diff --git a/INSTALL b/INSTALL
index 0b78705402263a14404058d68ac1181c5c0d55c3..13d7866ec3db346995f40e94a6f8f4134899e172 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -13,7 +13,7 @@ Method of installation.
        - LWP
                - Debian: (apt-get install libwww-perl)
        - HTML::Parser
-               - Debian: (apt-get install libhtml-parse-perl)
+               - Debian: (apt-get install libhtml-parser-perl)
 
 - Choice of database
        - MySQL (see INSTALL.mysql)
index 78f2747bcfc7a2c18d438b2093215d7126e14f25..2c0f5845b9909510393b5f14c5bd4dea295dac2c 100644 (file)
@@ -5,7 +5,7 @@ INSTALL.mysql
 - Debian: (apt-get install libdbd-mysql-perl)
 
 - run 'mysqladmin -u root -p create <DB NAME>'
-- run 'scripts/setup_user.pl'
+- run 'scripts/setup_users.pl'
 = Possible problems
        - if connection to localhost is (short) refused, run
                '/etc/init.d/mysql stop'.