summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSonny Piers <sonny@fastmail.net>2019-09-19 23:41:52 +0000
committerSonny Piers <sonny@fastmail.net>2019-09-19 23:41:52 +0000
commit5f08aae5473f54e3b9aae288c4dbb5fe53fa9b22 (patch)
tree21290881748421a60ab8a595480e29b572e7a089
parente7e51c2709028fd7a26ea83591e483a3fa08e677 (diff)
downloadlibsoup-5f08aae5473f54e3b9aae288c4dbb5fe53fa9b22.tar.gz
fix typo in client-howto.xml
-rw-r--r--docs/reference/client-howto.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/client-howto.xml b/docs/reference/client-howto.xml
index e694cb72..ff96d0f3 100644
--- a/docs/reference/client-howto.xml
+++ b/docs/reference/client-howto.xml
@@ -361,7 +361,7 @@ my_callback (GObject *object, GAsyncResult *result, gpointer user_data)
<para>
The message will be added to the session's queue, and eventually (when
control is returned back to the main loop), it will be sent and the
-response be will be read. When the message has been sent, and its
+response will be read. When the message has been sent, and its
headers received, the callback will be invoked, in the standard
<link linkend="GAsyncReadyCallback"><type>GAsyncReadyCallback</type></link>
style.