summaryrefslogtreecommitdiffstats
path: root/user_guide/database/helpers.html
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2008-09-25 14:56:02 +0200
committerDerek Allard <derek.allard@ellislab.com>2008-09-25 14:56:02 +0200
commita7cf027235c92103118cf415d244447a6ea82b3a (patch)
treea1cdca253f524c22ed00526b3e09c686a2c44db2 /user_guide/database/helpers.html
parent92490684ef1b2a1b1417727c392ee28288fd41a9 (diff)
postgre to postgres in a few documentation pages
Diffstat (limited to 'user_guide/database/helpers.html')
-rw-r--r--user_guide/database/helpers.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/database/helpers.html b/user_guide/database/helpers.html
index ac6ea11a3..0647e2a8c 100644
--- a/user_guide/database/helpers.html
+++ b/user_guide/database/helpers.html
@@ -80,7 +80,7 @@ correct number of affected rows. By default this hack is enabled but it can be
<h2>$this->db->platform()</h2>
-<p>Outputs the database platform you are running (MySQL, MS SQL, Postgre, etc...):</p>
+<p>Outputs the database platform you are running (MySQL, MS SQL, Postgres, etc...):</p>
<code>echo $this->db->platform();</code>