]> code.delx.au - gnu-emacs/blobdiff - lib/mktime.c
* lisp/simple.el (undo-amalgamate-change-group): New function
[gnu-emacs] / lib / mktime.c
index 419a177c018bf73536cb0ccf1ef34d309abd93c0..40bc2a38a2160595e716da72951bf5d11267c8d7 100644 (file)
@@ -228,7 +228,7 @@ guess_time_tm (long_int year, long_int yday, int hour, int min, int sec,
 }
 
 /* Use CONVERT to convert T to a struct tm value in *TM.  T must be in
-   range for time_t.  Return TM if successfull, NULL if T is out of
+   range for time_t.  Return TM if successful, NULL if T is out of
    range for CONVERT.  */
 static struct tm *
 convert_time (struct tm *(*convert) (const time_t *, struct tm *),