summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/cut.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cut.c b/src/cut.c
index c385962e5..45199c125 100644
--- a/src/cut.c
+++ b/src/cut.c
@@ -480,7 +480,7 @@ cut_fields (FILE *stream)
{
if (feof (stream))
break;
- FATAL_ERROR (_("Memory exhausted"));
+ FATAL_ERROR (_("virtual memory exhausted"));
}
assert (len != 0);