From: Paul Eggert Date: Thu, 22 Oct 2015 03:26:21 +0000 (-0700) Subject: Spelling fixes X-Git-Tag: emacs-25.0.90~1063 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cd428600c2037731e74cd97a05f3cab766519b6a;p=emacs.git Spelling fixes --- diff --git a/lib-src/ChangeLog.1 b/lib-src/ChangeLog.1 index 0bb24c375e7..5b4154040da 100644 --- a/lib-src/ChangeLog.1 +++ b/lib-src/ChangeLog.1 @@ -456,7 +456,7 @@ * update-game-score.c: Include inttypes.h, stdbool.h. (min): New macro, if not already defined. (MAX_SCORES, main): Limit the maximum number of scores only from - limits imposed by the underyling platform, instead of the + limits imposed by the underlying platform, instead of the arbitrary value 200. (struct score_entry, main, read_score, write_score): Scores are now intmax_t, not long. diff --git a/lisp/ChangeLog.5 b/lisp/ChangeLog.5 index 85f8fc161b6..6103eaff416 100644 --- a/lisp/ChangeLog.5 +++ b/lisp/ChangeLog.5 @@ -8261,7 +8261,7 @@ * rmail.el (rmail-mode-map): Add "Get New Mail" menu item under Mail. * compile.el (compilation-next-error-locus): Don't call - compilation-forget-errors if compilation is still runing. + compilation-forget-errors if compilation is still running. 1994-07-11 Erik Naggum (erik@naggum.no) diff --git a/src/ChangeLog.3 b/src/ChangeLog.3 index d7c0a2f2b3c..5e99a2764aa 100644 --- a/src/ChangeLog.3 +++ b/src/ChangeLog.3 @@ -1642,7 +1642,7 @@ * keymap.c (current_minor_maps): BLOCK_INPUT while calling realloc and malloc. * search.c: Since the regexp routines can malloc, BLOCK_INPUT - while runing them. #include blockinput.h. + while running them. #include blockinput.h. * sysdep.c: #include blockinput.h. Call xfree and xmalloc instead of free and malloc. BLOCK_INPUT around routines which we know will call malloc.