From: Paul Eggert Date: Mon, 7 Aug 2000 16:46:16 +0000 (+0000) Subject: Memory exhausted -> memory exhausted X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=c86c626f04df98f015a11d908f2727dcca659c19;p=chaz%2Ftar Memory exhausted -> memory exhausted --- diff --git a/lib/xmalloc.c b/lib/xmalloc.c index 3aa2a53..e9cd47b 100644 --- a/lib/xmalloc.c +++ b/lib/xmalloc.c @@ -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)