Mercurial > emacs
diff lib-src/ebrowse.c @ 38769:99864bb6de1e
Fix a typo in a comment.
| author | Eli Zaretskii <eliz@gnu.org> |
|---|---|
| date | Thu, 09 Aug 2001 17:40:59 +0000 |
| parents | 3960fdb54cfd |
| children | fe37d7c5eae2 |
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;
