From 3e77699c2860af92d0c6a82b04ea577d534f1e44 Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Wed, 13 Feb 2019 17:47:34 +0200 Subject: [PATCH] gpollableoutputstream: Fix the description of the interface Looks like this was a copy-paste typo from the Input interface. --- gio/gpollableoutputstream.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/gpollableoutputstream.h b/gio/gpollableoutputstream.h index 1ef830b57..c1e7ad889 100644 --- a/gio/gpollableoutputstream.h +++ b/gio/gpollableoutputstream.h @@ -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 */