From 6729e46aabd753c03d9f7c0ad4c8ec55d32bfd72 Mon Sep 17 00:00:00 2001 From: Reinhard Pfau Date: Sun, 19 Apr 2009 19:31:06 +0200 Subject: [PATCH] fixed typo in docs --- asyncio/async_io.hpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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. -- 1.7.1