Memory exhausted -> memory exhausted

This commit is contained in:
Paul Eggert
2000-08-07 16:46:16 +00:00
parent 9a742c498f
commit c86c626f04

View File

@@ -63,7 +63,7 @@ void (*xalloc_fail_func) PARAMS ((void)) = 0;
/* If XALLOC_FAIL_FUNC is NULL, or does return, display this message
before exiting when memory is exhausted. Goes through gettext. */
char const xalloc_msg_memory_exhausted[] = N_("Memory exhausted");
char const xalloc_msg_memory_exhausted[] = N_("memory exhausted");
void
xalloc_die (void)