summaryrefslogtreecommitdiff
path: root/INSTALL.mysql.txt
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-01-11 16:25:16 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-01-11 16:25:16 +0000
commit69ed7f66b8e846e90e1540e36693e518936a23bb (patch)
tree0351153ac1c9224622c6cfb2f999dc90a6d3b1ae /INSTALL.mysql.txt
parent3e552053f1fd3ebcc34c2fef4efb50721da749e5 (diff)
downloadbrdo-69ed7f66b8e846e90e1540e36693e518936a23bb.tar.gz
brdo-69ed7f66b8e846e90e1540e36693e518936a23bb.tar.bz2
#546356 by jhodgdon and threexk: Change 'login' verb to 'log in' in user interface.
Diffstat (limited to 'INSTALL.mysql.txt')
-rw-r--r--INSTALL.mysql.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.mysql.txt b/INSTALL.mysql.txt
index a5490a5af..56bf41405 100644
--- a/INSTALL.mysql.txt
+++ b/INSTALL.mysql.txt
@@ -14,7 +14,7 @@ is the name of the new database):
mysqladmin -u username -p create databasename
MySQL will prompt for the 'username' database password and then create the
-initial database files. Next you must login and set the access database rights:
+initial database files. Next you must log in and set the access database rights:
mysql -u username -p