fix mixed-up database and table

Signed-off-by: aneasystone <aneasystone@gmail.com>
diff --git a/user_guide_src/source/database/utilities.rst b/user_guide_src/source/database/utilities.rst
index 2fa5239..114291f 100644
--- a/user_guide_src/source/database/utilities.rst
+++ b/user_guide_src/source/database/utilities.rst
@@ -65,7 +65,7 @@
 		// some code...
 	}
 
-.. note:: Replace *database_name* with the name of the table you are
+.. note:: Replace *database_name* with the name of the database you are
 	looking for. This method is case sensitive.
 
 Optimize a Table
@@ -111,7 +111,7 @@
 		print_r($result);
 	}
 
-.. note:: Not all database platforms support table optimization. It
+.. note:: Not all database platforms support database optimization. It
 	it is mostly for use with MySQL.
 
 Export a Query Result as a CSV File