浏览代码

Fix spelling.

Julien Laffaye 12 年之前
父节点
当前提交
b82b87bce2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ftp.go

+ 1 - 1
ftp.go

@@ -108,7 +108,7 @@ func (c *ServerConn) feat() error {
 
 	if code != StatusSystem {
 		// The server does not support the FEAT command. This is not an
-		// error: we consider that they are no additional features.
+		// error: we consider that there is no additional feature.
 		return nil
 	}