From 553e8d935cb172eef629e1f4482ae5801a99c2e8 Mon Sep 17 00:00:00 2001 From: ryan Date: Tue, 11 Mar 2008 23:45:07 +0000 Subject: [PATCH] Typo fixes. fixes #6155 git-svn-id: http://svn.automattic.com/wordpress/trunk@7257 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/class-ftp-pure.php | 2 +- wp-admin/includes/class-ftp-sockets.php | 2 +- wp-admin/includes/class-ftp.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-admin/includes/class-ftp-pure.php b/wp-admin/includes/class-ftp-pure.php index eddb59481..5ef92bfdd 100644 --- a/wp-admin/includes/class-ftp-pure.php +++ b/wp-admin/includes/class-ftp-pure.php @@ -9,7 +9,7 @@ * @copyright Alexey Dotsenko * @author Alexey Dotsenko * @link http://www.phpclasses.org/browse/package/1743.html Site - * @license LPGPL License http://www.opensource.org/licenses/lgpl-license.html + * @license LGPL License http://www.opensource.org/licenses/lgpl-license.html */ class ftp extends ftp_base { diff --git a/wp-admin/includes/class-ftp-sockets.php b/wp-admin/includes/class-ftp-sockets.php index ac3f1a19b..99b405056 100644 --- a/wp-admin/includes/class-ftp-sockets.php +++ b/wp-admin/includes/class-ftp-sockets.php @@ -9,7 +9,7 @@ * @copyright Alexey Dotsenko * @author Alexey Dotsenko * @link http://www.phpclasses.org/browse/package/1743.html Site - * @license LPGPL License http://www.opensource.org/licenses/lgpl-license.html + * @license LGPL License http://www.opensource.org/licenses/lgpl-license.html */ class ftp extends ftp_base { diff --git a/wp-admin/includes/class-ftp.php b/wp-admin/includes/class-ftp.php index c5e3c19fb..bc2720ab6 100644 --- a/wp-admin/includes/class-ftp.php +++ b/wp-admin/includes/class-ftp.php @@ -9,7 +9,7 @@ * @copyright Alexey Dotsenko * @author Alexey Dotsenko * @link http://www.phpclasses.org/browse/package/1743.html Site - * @license LPGPL License http://www.opensource.org/licenses/lgpl-license.html + * @license LGPL License http://www.opensource.org/licenses/lgpl-license.html */ if(!defined('CRLF')) define('CRLF',"\r\n"); if(!defined("FTP_AUTOASCII")) define("FTP_AUTOASCII", -1);