From b82b87bce27f527861e3be2df65c15e041340055 Mon Sep 17 00:00:00 2001 From: Julien Laffaye Date: Mon, 20 May 2013 01:20:29 +0200 Subject: [PATCH] Fix spelling. --- ftp.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ftp.go b/ftp.go index 45b3356..18f4b11 100644 --- a/ftp.go +++ b/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 }