Typo fixes. fixes #6155

git-svn-id: https://develop.svn.wordpress.org/trunk@7257 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-03-11 23:45:07 +00:00
parent 836af4e1c0
commit 981dde9898
3 changed files with 3 additions and 3 deletions

View File

@ -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 {

View File

@ -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 {

View File

@ -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);