summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustavo Noronha Silva <gustavo.noronha@collabora.com>2011-09-13 13:44:43 -0300
committerGustavo Noronha Silva <gns@gnome.org>2011-09-13 17:25:17 -0300
commit2d05a8d1e75599970a502819eb0cf32381b478f3 (patch)
treedf09fa8924b7ecc53b988e7e1c6eda26d34b75e6
parent77b6f3937fa6f3ecba5d5620f3756793048a745b (diff)
downloadlibsoup-2d05a8d1e75599970a502819eb0cf32381b478f3.tar.gz
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.
-rw-r--r--libsoup/soup-message.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libsoup/soup-message.c b/libsoup/soup-message.c
index 9aa12090..5cd4ac88 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.
*