From 88d4fa535282fc4edb8d2bc3f20b4219a220b533 Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Wed, 12 Aug 2020 13:08:48 +0200 Subject: sftp: Fix more typos Signed-off-by: Jakub Jelen Reviewed-by: Anderson Toshiyuki Sasaki --- src/sftp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/sftp.c b/src/sftp.c index 53582f45..07cb1c0e 100644 --- a/src/sftp.c +++ b/src/sftp.c @@ -1269,7 +1269,7 @@ static char *sftp_parse_longname(const char *longname, size_t len, field = 0; p = longname; - /* Find the beginning of the field which is specified by sftp_longanme_field_e. */ + /* Find the beginning of the field which is specified by sftp_longname_field_e. */ while(field != longname_field) { if(isspace(*p)) { field++; -- cgit v1.2.3