From 6648e5a80e33bdae4ba70c81231a2a28ac7b4411 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 22 Feb 2026 13:55:02 +0100 Subject: m fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- pipe.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pipe.c') diff --git a/pipe.c b/pipe.c index a0cd32f..058201c 100644 --- a/pipe.c +++ b/pipe.c @@ -14,10 +14,10 @@ liberror_pipe_failed(int fds[2]) desc = "Output parameter is an invalid pointer"; break; case EMFILE: - desc = "The process have too many file descriptors open"; + desc = "The process has too many file descriptors open"; break; case ENFILE: - desc = "The system have too many file descriptors open"; + desc = "The system has too many file descriptors open"; break; default: desc = ""; -- cgit v1.2.3-70-g09d2