summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/installation
diff options
context:
space:
mode:
authorvlakoff <vlakoff@gmail.com>2013-08-06 17:31:48 +0200
committervlakoff <vlakoff@gmail.com>2013-08-06 17:31:48 +0200
commit2efd1f25ce59b917fdd8eebf1bd959f4eca7d904 (patch)
tree420e89e427d117165b1682c6c8c3a21db7e33df4 /user_guide_src/source/installation
parentc9bf303220f90b0e71acd54d150fafc87df3df81 (diff)
Fix various typos
Diffstat (limited to 'user_guide_src/source/installation')
-rw-r--r--user_guide_src/source/installation/upgrade_300.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/installation/upgrade_300.rst b/user_guide_src/source/installation/upgrade_300.rst
index 74e87e2d6..b36a70cc8 100644
--- a/user_guide_src/source/installation/upgrade_300.rst
+++ b/user_guide_src/source/installation/upgrade_300.rst
@@ -162,7 +162,7 @@ If your application relies on IF EXISTS, you'll have to change its usage.
// Produces DROP TABLE IF EXISTS `table_name`
$this->dbforge->drop_table('table_name', TRUE);
-.. note:: The given example users MySQL-specific syntax, but it should work across
+.. note:: The given example uses MySQL-specific syntax, but it should work across
all drivers with the exception of ODBC.
***********************************************************