aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/sftp.c2
1 files changed, 1 insertions, 1 deletions
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++;