Fix typo.
authorDavin McCall <davmac@davmac.org>
Sun, 5 May 2019 04:35:10 +0000 (14:35 +1000)
committerDavin McCall <davmac@davmac.org>
Sun, 5 May 2019 04:35:10 +0000 (14:35 +1000)
doc/DESIGN

index e9f963fbaffa4a52ed92f4eee180eb6caaa8f546..5753e6ef0fc6432d6ff3f4e76e3e404b888f0f2c 100644 (file)
@@ -7,7 +7,7 @@ NOTE: This document is intended to provide an overview. Specifics are generally
 Dinit's overall function is fairly straightforward but there are some considerations that cause
 its design to be more complicated than it might otherwise be.  The heart of the issue is that
 Dinit should not stall on I/O and its essential operation should never fail, which means that many
-code paths cannot perform memory allocation for example, and that log message all go through a
+code paths cannot perform memory allocation for example, and that log messages all go through a
 buffer.
 
 The design is based around an event loop: events include process termination, signal reception,