changeset 44651:392bc50108e8

Fix typo in comment.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 17 Apr 2002 13:49:49 +0000
parents 9c8c0c3b7f8e
children fcb7dec0b719
files src/marker.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/marker.c	Wed Apr 17 10:36:37 2002 +0000
+++ b/src/marker.c	Wed Apr 17 13:49:49 2002 +0000
@@ -49,7 +49,7 @@
 /* Converting between character positions and byte positions.  */
 
 /* There are several places in the buffer where we know
-   the corrspondence: BEG, BEGV, PT, GPT, ZV and Z,
+   the correspondence: BEG, BEGV, PT, GPT, ZV and Z,
    and everywhere there is a marker.  So we find the one of these places
    that is closest to the specified position, and scan from there.  */