From 2d05a8d1e75599970a502819eb0cf32381b478f3 Mon Sep 17 00:00:00 2001 From: Gustavo Noronha Silva Date: Tue, 13 Sep 2011 13:44:43 -0300 Subject: [PATCH] Fix documentation to use the appropriate term for flags Although checking for the existence of flags yields a boolean value, flags can't be true, they are either set or not set. --- libsoup/soup-message.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsoup/soup-message.c b/libsoup/soup-message.c index 9aa1209..5cd4ac8 100644 --- a/libsoup/soup-message.c +++ b/libsoup/soup-message.c @@ -1427,7 +1427,7 @@ soup_message_cleanup_response (SoupMessage *req) * indicate that it has removed the Content-Encoding on a message (and * so headers such as Content-Length may no longer accurately describe * the body). - * @SOUP_MESSAGE_CERTIFICATE_TRUSTED: if %TRUE after an https response + * @SOUP_MESSAGE_CERTIFICATE_TRUSTED: if set after an https response * has been received, indicates that the server's SSL certificate is * trusted according to the session's CA. * -- 2.7.4