Mercurial > emacs
changeset 38769:99864bb6de1e
Fix a typo in a comment.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Thu, 09 Aug 2001 17:40:59 +0000 |
parents | b08b8519c0ab |
children | 4cbe0f799a15 |
files | lib-src/ebrowse.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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;