From fd5f04bdafc8824f023d09592fff9e1d2d95b606 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net>
Date: Tue, 28 Jan 1997 20:08:03 -0800
Subject: [PATCH] minor patch

Rev: src/fd_control.c:1.4
---
 src/fd_control.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/fd_control.c b/src/fd_control.c
index 43aebf59c9..78e036f515 100644
--- a/src/fd_control.c
+++ b/src/fd_control.c
@@ -46,7 +46,7 @@ void set_nonblocking(int fd,int which)
 #ifdef USE_FCNTL_FNDELAY
   fcntl(fd, F_SETFL, which?FNDELAY:0);
 #else
-#error Don't know how to set your filedescriptors nonblocking.
+#error Don not know how to set your filedescriptors nonblocking.
 #endif
 #endif
 #endif
-- 
GitLab