summaryrefslogtreecommitdiff
path: root/src/ChangeLog.3
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2015-10-21 20:26:21 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2015-10-21 20:26:49 -0700
commitcd428600c2037731e74cd97a05f3cab766519b6a (patch)
tree4968f75c4fcce3553cb4ff790753fbc17637b76f /src/ChangeLog.3
parentf373e812d95e1822833f88db024e011a769998b4 (diff)
downloademacs-cd428600c2037731e74cd97a05f3cab766519b6a.tar.gz
emacs-cd428600c2037731e74cd97a05f3cab766519b6a.tar.bz2
emacs-cd428600c2037731e74cd97a05f3cab766519b6a.zip
Spelling fixes
Diffstat (limited to 'src/ChangeLog.3')
-rw-r--r--src/ChangeLog.32
1 files changed, 1 insertions, 1 deletions
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.