diff options
author | Marcus Brinkmann <marcus@gnu.org> | 2002-04-20 03:27:20 +0000 |
---|---|---|
committer | Marcus Brinkmann <marcus@gnu.org> | 2002-04-20 03:27:20 +0000 |
commit | ff37b9ba6d994c897a5fecdb63ce8c20e095ba98 (patch) | |
tree | a19ca1df33a40ce25544cd69852ae3f1b9d26c8d /libftpconn | |
parent | c2d4102f8291fb8af9e29eceb378e4ebda87dda0 (diff) |
Fix grammatical error, argh!
Diffstat (limited to 'libftpconn')
-rw-r--r-- | libftpconn/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libftpconn/ChangeLog b/libftpconn/ChangeLog index c53eb6ba..c6dbe6de 100644 --- a/libftpconn/ChangeLog +++ b/libftpconn/ChangeLog @@ -3,7 +3,7 @@ * unix.c: Include <libgen.h>. (struct get_stats_state): New member: searched_name. (ftp_conn_unix_start_get_stats): Return EINVAL if trying to list - the root node without listing it's content; set searched_name to + the root node without listing its content; set searched_name to the dirname. (ftp_conn_unix_cont_get_stats): If searching for the list info of one entry, skip all other entries. |