# HG changeset patch # User Eli Zaretskii # Date 997378859 0 # Node ID 99864bb6de1eebd8901eed337293f454c33e027c # Parent b08b8519c0abb8b855f430f4357fe912a4c7c997 Fix a typo in a comment. diff -r b08b8519c0ab -r 99864bb6de1e lib-src/ebrowse.c --- a/lib-src/ebrowse.c Thu Aug 09 16:22:37 2001 +0000 +++ b/lib-src/ebrowse.c Thu Aug 09 17:40:59 2001 +0000 @@ -3744,7 +3744,7 @@ { /* Check that the file to append to exists, and is not empty. More specifically, it should be a valid file - produced by a vaprevious run of ebrowse, but that's too + produced by a previous run of ebrowse, but that's too difficult to check. */ FILE *fp; int rc;