From 78ce493af7f2c01993d2db343f979c1add2eaaa7 Mon Sep 17 00:00:00 2001 From: Davin McCall Date: Wed, 7 Nov 2018 09:37:21 +0000 Subject: [PATCH] Fix typo in DESIGN document. --- doc/DESIGN | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/DESIGN b/doc/DESIGN index 1c1f2be..e9f963f 100644 --- a/doc/DESIGN +++ b/doc/DESIGN @@ -33,7 +33,7 @@ Services may acquire the console and in this case output is discarded (though it course continue to be logged to the other sink). Control protocol handling uses a circular receive buffer, but allocates storage for outgoing -packets dynamically. If allocation files an "out of memory" flag is set and the connection is +packets dynamically. If allocation fails an "out of memory" flag is set and the connection is closed after writing an "out of memory" information packet. -- 2.25.1