]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix a typo in a comment.
authorEli Zaretskii <eliz@gnu.org>
Thu, 9 Aug 2001 17:40:59 +0000 (17:40 +0000)
committerEli Zaretskii <eliz@gnu.org>
Thu, 9 Aug 2001 17:40:59 +0000 (17:40 +0000)
lib-src/ebrowse.c

index 29eff70832546832cdb40dc5cb969525c5eef323..b274a6410442c493a2ebfdc81fc21f05afc181a4 100644 (file)
@@ -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;