From b7d5b0c3a6a9f1c6522aaaef8589c7042fcd9cd8 Mon Sep 17 00:00:00 2001 From: Timur Bakeyev Date: Tue, 15 Sep 1998 21:01:39 +0000 Subject: [PATCH] Just fix syntax errors :( --- vfs/ChangeLog | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vfs/ChangeLog b/vfs/ChangeLog index e457594b1..8be173c66 100644 --- a/vfs/ChangeLog +++ b/vfs/ChangeLog @@ -25,7 +25,7 @@ Tue Sep 15 20:31:32 1998 Norbert Warmuth When we don't get a directory listing with 'LIST -la ' then try to get it with `CWD ; LIST'. -Tue Sep 15 20:27:29 1998 Norbert Warmuth * ftpfs.c (login_server): s/ftpfs_get_host/my_get_host/ @@ -37,7 +37,7 @@ Tue Sep 15 20:27:29 1998 Norbert Warmuth * ftpfs.h (struct connection): added boolean which indicates that - the ftp server doesn't unterstand Unix ls options + the ftp server doesn't understand Unix ls options * ftpfs.h (struct dir): added enum to store symlink status of the in memory directory cache (directory has no symbolic links; @@ -48,7 +48,7 @@ Tue Sep 15 20:02:08 1998 Norbert Warmuth * shared_ftp_fish.c, fish.c: updated references to retrieve_dir to honour the additional boolean parameter -Tue Sep 15 00:42:15 1998 Yimur Bakeyev +Tue Sep 15 00:42:15 1998 Timur Bakeyev * vfs.h: add vfs_split() declaration, to make sfs.c happy.