]> granicus.if.org Git - pdns/commitdiff
spelling: implementation
authorJosh Soref <jsoref@users.noreply.github.com>
Thu, 2 Feb 2017 09:59:00 +0000 (09:59 +0000)
committerJosh Soref <jsoref@users.noreply.github.com>
Thu, 2 Feb 2017 09:59:00 +0000 (09:59 +0000)
pdns/delaypipe.hh

index 301a5345c4902da1341e2f0597613536fc39a7c3..b44159132b3fe399e9ebea153288ef02a50cc5e6 100644 (file)
@@ -26,7 +26,7 @@
 
 /**
    General idea: many threads submit work to this class, but only one executes it. The work should therefore be entirely trivial.
-   The implementatin is that submitter threads create an object that represents the work, and it gets sent over a pipe 
+   The implementation is that submitter threads create an object that represents the work, and it gets sent over a pipe 
    to the worker thread.
 
    The worker thread meanwhile listens on this pipe (non-blocking), with a delay set to the next object that needs to be executed.