diff options
author | 2004-12-04 13:58:57 +0000 | |
---|---|---|
committer | 2004-12-04 13:58:57 +0000 | |
commit | 3bd6e74b6f72660316182ee450701a89fdb5e16e (patch) | |
tree | bb63d01a3e69b83a5508aba1e6fdb20d7d3e9211 /net-www | |
parent | Initial import. Fixes #63292. (Manifest recommit) (diff) | |
download | gentoo-2-3bd6e74b6f72660316182ee450701a89fdb5e16e.tar.gz gentoo-2-3bd6e74b6f72660316182ee450701a89fdb5e16e.tar.bz2 gentoo-2-3bd6e74b6f72660316182ee450701a89fdb5e16e.zip |
Fix typo, bug 70767
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/dotproject/files/1.0.2/install-en.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-www/dotproject/files/1.0.2/install-en.txt b/net-www/dotproject/files/1.0.2/install-en.txt index 1b41961cf318..7aadb8216f9e 100644 --- a/net-www/dotproject/files/1.0.2/install-en.txt +++ b/net-www/dotproject/files/1.0.2/install-en.txt @@ -3,7 +3,7 @@ To complete your installation ... 1. Create a new database for dotproject in mysql: - mysql> CREATE DATABASE dotpoject; + mysql> CREATE DATABASE dotproject; mysql> GRANT ALL PRIVILEGES ON dotproject.* TO dotproject@localhost IDENTIFIED BY "yourpassword" WITH GRANT OPTION |