summaryrefslogtreecommitdiffstats
path: root/user_guide/database
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2008-02-06 02:38:51 +0100
committerDerek Allard <derek.allard@ellislab.com>2008-02-06 02:38:51 +0100
commita85910c0361f8ecf14114e4a738be4b5b9979fb3 (patch)
treedc05fb3f1423134f787252951240f1dd916941e6 /user_guide/database
parent32cf7eb132ec688a3b0339f266efa3f064c58a60 (diff)
Orcacle to Oracle
Diffstat (limited to 'user_guide/database')
-rw-r--r--user_guide/database/active_record.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/database/active_record.html b/user_guide/database/active_record.html
index 59ac9ae81..478400f69 100644
--- a/user_guide/database/active_record.html
+++ b/user_guide/database/active_record.html
@@ -456,7 +456,7 @@ The second parameter lets you set the direction of the result. Options are <kbd
// Produces: ORDER BY title DESC, name ASC
</code></p>
<p class="important">Note: order_by() was formerly known as orderby(), which has been deprecated.</p>
-<p class="important">Note: random ordering is not currently supported in Orcacle or MSSQL drivers. These will default to 'ASC'.</p>
+<p class="important">Note: random ordering is not currently supported in Oracle or MSSQL drivers. These will default to 'ASC'.</p>
<h2>$this->db->limit();</h2>
<p>Lets you limit the number of rows you would like returned by the query:</p>