From 981dde98982ed6bf39b011a04c521320302e95d5 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Tue, 11 Mar 2008 23:45:07 +0000 Subject: [PATCH] Typo fixes. fixes #6155 git-svn-id: https://develop.svn.wordpress.org/trunk@7257 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 eddb594810..5ef92bfdda 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 ac3f1a19b0..99b4050569 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 c5e3c19fb8..bc2720ab6c 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);