Typo fixes. fixes #6155

git-svn-id: http://svn.automattic.com/wordpress/trunk@7257 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2008-03-11 23:45:07 +00:00
parent 2c535c4ca7
commit 553e8d935c
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);