summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib-src/ChangeLog.12
-rw-r--r--lisp/ChangeLog.52
-rw-r--r--src/ChangeLog.32
3 files changed, 3 insertions, 3 deletions
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.