changeset 38631:c4f9d47715f4

(resize_echo_area_exactly): Fix typo in function name.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 01 Aug 2001 11:57:57 +0000
parents 30acd3a34723
children 0bfc95b50785
files src/xdisp.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/xdisp.c	Wed Aug 01 11:54:57 2001 +0000
+++ b/src/xdisp.c	Wed Aug 01 11:57:57 2001 +0000
@@ -6458,7 +6458,7 @@
    currently displayed message, if there is one.  */
 
 void
-resize_echo_area_axactly ()
+resize_echo_area_exactly ()
 {
   if (BUFFERP (echo_area_buffer[0])
       && WINDOWP (echo_area_window))
@@ -6479,7 +6479,7 @@
 
 
 /* Callback function for with_echo_area_buffer, when used from
-   resize_echo_area_axactly.  A1 contains a pointer to the window to
+   resize_echo_area_exactly.  A1 contains a pointer to the window to
    resize, A2 to A4 are not used.  Value is what resize_mini_window
    returns.  */