gpollableoutputstream: Fix the description of the interface

Looks like this was a copy-paste typo from the Input interface.
This commit is contained in:
Jordan Petridis 2019-02-13 17:47:34 +02:00
parent ea1235ca69
commit 3e77699c28
No known key found for this signature in database
GPG Key ID: 902CC06D159744F5

View File

@ -35,7 +35,7 @@ G_BEGIN_DECLS
/**
* GPollableOutputStream:
*
* An interface for a #GOutputStream that can be polled for readability.
* An interface for a #GOutputStream that can be polled for writeability.
*
* Since: 2.28
*/