From ed29b5321fbef47974fbb463f8a43b2210313b88 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Tue, 24 Jun 2008 18:52:52 +0000 Subject: [PATCH] Typo fixes from mark8barnes and AndrewFrazier. fixes #7174 git-svn-id: https://develop.svn.wordpress.org/trunk@8187 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 26122ffeff..9f37efb414 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 136f82d8a3..dd8b951880 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 *