diff src/editfns.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 dc9f7a107e28
children 301e2dca5fd7
line wrap: on
line diff
--- a/src/editfns.c	Wed Jun 09 11:33:38 1993 +0000
+++ b/src/editfns.c	Wed Jun 09 11:59:12 1993 +0000
@@ -795,7 +795,7 @@
 
 /* Return a Lisp_String containing the text of the current buffer from
    START to END.  If text properties are in use and the current buffer
-   has properties in the range specifed, the resulting string will also
+   has properties in the range specified, the resulting string will also
    have them.
 
    We don't want to use plain old make_string here, because it calls
@@ -1365,7 +1365,7 @@
 	else if (XTYPE (args[n]) == Lisp_Int && *format != 's')
 	  {
 #ifdef LISP_FLOAT_TYPE
-	    /* The following loop issumes the Lisp type indicates
+	    /* The following loop assumes the Lisp type indicates
 	       the proper way to pass the argument.
 	       So make sure we have a flonum if the argument should
 	       be a double.  */