]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
spelling: forward
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 20:52:49 +0000 (16:52 -0400)
committerJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 20:52:49 +0000 (16:52 -0400)
src/lib/asiodns/README

index 5335e71fec5f08bf59ac84051dc712c8d6548ac4..cdc7ac4488764dbb754657dbe67e1c83301da098 100644 (file)
@@ -5,7 +5,7 @@ These DNS server and client routines are written using the "stackless
 coroutine" pattern invented by Chris Kohlhoff and described at
 http://blog.think-async.com/2010/03/potted-guide-to-stackless-coroutines.html.
 This is intended to simplify development a bit, since it allows the
-routines to be written in a straightfowrard step-step-step fashion rather
+routines to be written in a straightforward step-step-step fashion rather
 than as a complex chain of separate handler functions.
 
 Coroutine objects (i.e., UDPServer, TCPServer and IOFetch) are objects