From: Reinhard Pfau Date: Sun, 19 Apr 2009 17:31:06 +0000 (+0200) Subject: fixed typo in docs X-Git-Tag: v0.3~38 X-Git-Url: http://developer.intra2net.com/git/?p=libasyncio;a=commitdiff_plain;h=6729e46aabd753c03d9f7c0ad4c8ec55d32bfd72 fixed typo in docs --- diff --git a/asyncio/async_io.hpp b/asyncio/async_io.hpp index 1737323..3c2f62a 100644 --- a/asyncio/async_io.hpp +++ b/asyncio/async_io.hpp @@ -190,7 +190,7 @@ class FilterNull : public FilterBase /** * the base class of the IO classes. * - * provides the functionality to read from a file desriptor and write to a file descriptor (which can be + * provides the functionality to read from a file descriptor and write to a file descriptor (which can be * identical (like for socket io), but also can be different (like pipes from/to a process)). * The data stream can be filtered through plugged filter objects which are building a filter chain. * Incoming data is filtered forward through the chain; outgoing data is filtered backward through the chain.