diff options
author | Eli Zaretskii <eliz@gnu.org> | 2001-08-09 17:40:59 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2001-08-09 17:40:59 +0000 |
commit | a10192f44d34376d72c664143aed5b62881bc1ea (patch) | |
tree | 2258f1e2c6be43fb0f0a9b45c4af581b18aedfa4 /lib-src/ebrowse.c | |
parent | 36d36f35f524cbd723111988a11604bb743591e9 (diff) | |
download | emacs-a10192f44d34376d72c664143aed5b62881bc1ea.tar.gz |
Fix a typo in a comment.
Diffstat (limited to 'lib-src/ebrowse.c')
-rw-r--r-- | lib-src/ebrowse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/ebrowse.c b/lib-src/ebrowse.c index 29eff708325..b274a641044 100644 --- a/lib-src/ebrowse.c +++ b/lib-src/ebrowse.c @@ -3744,7 +3744,7 @@ main (argc, argv) { /* 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; |