From 8cfc44208a9ab09a59da45d40388059061b94ccf Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Wed, 16 Dec 1998 01:56:36 +0000 Subject: [PATCH] minor shutdown message improvement --- lib/isc/result.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/isc/result.c b/lib/isc/result.c index c3d0f50f8b..8afd5c75d9 100644 --- a/lib/isc/result.c +++ b/lib/isc/result.c @@ -36,7 +36,7 @@ static char *text_table[ISC_R_LASTENTRY + 1] = { "not enough free resources", /* 13 */ "end of file", /* 14 */ "socket already bound", /* 15 */ - "task was shut down", /* 16 */ + "task is shut down", /* 16 */ "lock busy", /* 17 */ "already exists", /* 18 */ "buffer too small", /* 19 */