From 42a058e986d61fcf428272ad29789ba14efc8144 Mon Sep 17 00:00:00 2001 From: ryan Date: Tue, 24 Jun 2008 18:52:52 +0000 Subject: [PATCH] Typo fixes from mark8barnes and AndrewFrazier. fixes #7174 git-svn-id: http://svn.automattic.com/wordpress/trunk@8187 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/upgrade.php | 2 +- wp-includes/class-smtp.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/includes/upgrade.php b/wp-admin/includes/upgrade.php index 26122ffef..9f37efb41 100644 --- a/wp-admin/includes/upgrade.php +++ b/wp-admin/includes/upgrade.php @@ -876,7 +876,7 @@ function deslash($content) { function dbDelta($queries, $execute = true) { global $wpdb; - // Seperate individual queries into an array + // Separate individual queries into an array if( !is_array($queries) ) { $queries = explode( ';', $queries ); if('' == $queries[count($queries) - 1]) array_pop($queries); diff --git a/wp-includes/class-smtp.php b/wp-includes/class-smtp.php index 136f82d8a..dd8b95188 100644 --- a/wp-includes/class-smtp.php +++ b/wp-includes/class-smtp.php @@ -249,7 +249,7 @@ class SMTP * finializing the mail transaction. $msg_data is the message * that is to be send with the headers. Each header needs to be * on a single line followed by a with the message headers - * and the message body being seperated by and additional . + * and the message body being separated by and additional . * * Implements rfc 821: DATA *