summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dircolors.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dircolors.c b/src/dircolors.c
index a52bd13b1..b83cf12d4 100644
--- a/src/dircolors.c
+++ b/src/dircolors.c
@@ -126,7 +126,7 @@ xstrndup (const char *s, size_t n)
{
char *new = strndup (s, n);
if (new == NULL)
- error (EXIT_FAILURE, 0, _("Memory exhausted"));
+ error (EXIT_FAILURE, 0, _("virtual memory exhausted"));
return new;
}