Fix documentation to use the appropriate term for flags
authorGustavo Noronha Silva <gustavo.noronha@collabora.com>
Tue, 13 Sep 2011 16:44:43 +0000 (13:44 -0300)
committerGustavo Noronha Silva <gns@gnome.org>
Tue, 13 Sep 2011 20:25:17 +0000 (17:25 -0300)
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

index 9aa1209..5cd4ac8 100644 (file)
@@ -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.
  *