From ac3c45dd2ac615327678301a5bb43d9c7edc7af8 Mon Sep 17 00:00:00 2001
From: Kjartan Mannes <kjartan@2.no-reply.drupal.org>
Date: Mon, 17 May 2004 19:35:49 +0000
Subject: [PATCH] - Fixing some typos.

---
 INSTALL.txt | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/INSTALL.txt b/INSTALL.txt
index 99b66eae2ab8..f1450eb1add7 100644
--- a/INSTALL.txt
+++ b/INSTALL.txt
@@ -8,7 +8,7 @@ database server supported by the PHP PEAR API (http://pear.php.net/)
 
 NOTE: The Apache web server and MySQL database are strongly recommended;
 other web server and database combinations such as IIS and PostgreSQL
-are possible but tested to a lesser extend.
+are possible but tested to a lesser extent.
 
 SERVER CONFIGURATION
 --------------------
@@ -52,10 +52,7 @@ INSTALLATION
    into a directory within your web server's document root or your
    public HTML directory:
 
-     $ mv drupal-x.x.x /var/www/html
-
-   NOTE: when copying files, ensure you also copy the hidden .htaccess
-   file.
+     $ mv drupal-x.x.x/* drupal-x.x.x/.htaccess /var/www/html
 
 2. CREATE THE DRUPAL DATABASE
 
-- 
GitLab