From e97f9227e8d69ec614c80ecf2c199f0d18e66240 Mon Sep 17 00:00:00 2001 From: Guenter Obiltschnig Date: Mon, 19 May 2014 21:43:14 +0200 Subject: [PATCH] GH #302: documentation typo --- Foundation/include/Poco/CountingStream.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Foundation/include/Poco/CountingStream.h b/Foundation/include/Poco/CountingStream.h index 9d95ff376..ae8665fc9 100644 --- a/Foundation/include/Poco/CountingStream.h +++ b/Foundation/include/Poco/CountingStream.h @@ -157,7 +157,7 @@ public: CountingOutputStream(std::ostream& ostr); /// Creates the CountingOutputStream and connects it - /// to the given input stream. + /// to the given output stream. ~CountingOutputStream(); /// Destroys the CountingOutputStream.