summaryrefslogtreecommitdiffstats
path: root/wp-includes/wp-db.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2008-01-02 17:27:51 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2008-01-02 17:27:51 +0000
commit266794547bdc2325a21eb72bbae57df6f6c49ffc (patch)
tree2033238dfbc1ea7a14b58a0711a8b3a382378f09 /wp-includes/wp-db.php
parent2e5f2aa9d4515f3079a4fa8ffc0836a629a025e6 (diff)
downloadwordpress-mu-266794547bdc2325a21eb72bbae57df6f6c49ffc.tar.gz
wordpress-mu-266794547bdc2325a21eb72bbae57df6f6c49ffc.tar.xz
wordpress-mu-266794547bdc2325a21eb72bbae57df6f6c49ffc.zip
Fixed typo, fixes #526, props andrewbillits
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1176 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-includes/wp-db.php')
-rw-r--r--wp-includes/wp-db.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-includes/wp-db.php b/wp-includes/wp-db.php
index adadc31..fae9bbc 100644
--- a/wp-includes/wp-db.php
+++ b/wp-includes/wp-db.php
@@ -63,7 +63,7 @@ class wpdb {
$this->show_errors();
$this->charset = 'utf8';
- $this->collete = 'utf8';
+ $this->collate = 'utf8';
if ( defined('DB_CHARSET') )
$this->charset = DB_CHARSET;