diff src/intervals.c @ 3591:507f64624555

Apply typo patches from Paul Eggert.
author Jim Blandy <jimb@redhat.com>
date Wed, 09 Jun 1993 11:59:12 +0000
parents 07b454ddc666
children 5ada670e1fd8
line wrap: on
line diff
--- a/src/intervals.c	Wed Jun 09 11:33:38 1993 +0000
+++ b/src/intervals.c	Wed Jun 09 11:59:12 1993 +0000
@@ -837,7 +837,7 @@
   /* Never reach here */
 }
 
-/* Effect the adjustments neccessary to the interval tree of BUFFER
+/* Effect the adjustments necessary to the interval tree of BUFFER
    to correspond to the deletion of LENGTH characters from that buffer
    text.  The deletion is effected at position START (relative to the
    buffer). */
@@ -881,7 +881,7 @@
     }
 }
 
-/* Make the adjustments neccessary to the interval tree of BUFFER to
+/* Make the adjustments necessary to the interval tree of BUFFER to
    represent an addition or deletion of LENGTH characters starting
    at position START.  Addition or deletion is indicated by the sign
    of LENGTH. */
@@ -1096,7 +1096,7 @@
    had its appropriate sticky property set (front_sticky, rear_sticky),
    the new text has only its properties.  If one of the sticky properties
    is set, then the new text "sticks" to that region and its properties
-   depend on merging as above.  If both the preceding and succeding
+   depend on merging as above.  If both the preceding and succeeding
    intervals to the new text are "sticky", then the new text retains
    only its properties, as if neither sticky property were set.  Perhaps
    we should consider merging all three sets of properties onto the new