diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2015-10-21 20:26:21 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2015-10-21 20:26:49 -0700 |
commit | cd428600c2037731e74cd97a05f3cab766519b6a (patch) | |
tree | 4968f75c4fcce3553cb4ff790753fbc17637b76f /src/ChangeLog.3 | |
parent | f373e812d95e1822833f88db024e011a769998b4 (diff) | |
download | emacs-cd428600c2037731e74cd97a05f3cab766519b6a.tar.gz emacs-cd428600c2037731e74cd97a05f3cab766519b6a.tar.bz2 emacs-cd428600c2037731e74cd97a05f3cab766519b6a.zip |
Spelling fixes
Diffstat (limited to 'src/ChangeLog.3')
-rw-r--r-- | src/ChangeLog.3 | 2 |
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. |