diff --git a/doc/src/sgml/ref/create_database.sgml b/doc/src/sgml/ref/create_database.sgml
index 5b3b9c34b64..54d598575f6 100644
--- a/doc/src/sgml/ref/create_database.sgml
+++ b/doc/src/sgml/ref/create_database.sgml
@@ -157,7 +157,7 @@ There was a problem with creating the required directory; this operation will
To create a new database:
- olly=> create database lusiadas;
+ olly=> create database lusiadas;
To create a new database in an alternate area ~/private_db:
@@ -189,7 +189,9 @@ There was a problem with creating the required directory; this operation will
There are security and data integrity issues involved with using alternate database locations
specified with absolute path names. See the Administrator's Guide for more information.
-
-
+-->