GH #302: documentation typo

This commit is contained in:
Guenter Obiltschnig 2014-05-19 21:43:14 +02:00
parent e7c109cdc4
commit e97f9227e8

View File

@ -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.