[libsoup/wip/tpopela/negotiate] Correct some typos in comments
- From: Tomas Popela <tpopela src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libsoup/wip/tpopela/negotiate] Correct some typos in comments
- Date: Fri, 5 Feb 2016 12:36:53 +0000 (UTC)
commit 598c42e94c4d08f791ea7167e00ab497e2b10fb0
Author: Tomas Popela <tpopela redhat com>
Date: Fri Feb 5 13:36:06 2016 +0100
Correct some typos in comments
libsoup/soup-auth-negotiate.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libsoup/soup-auth-negotiate.c b/libsoup/soup-auth-negotiate.c
index bf81c99..d903bdb 100644
--- a/libsoup/soup-auth-negotiate.c
+++ b/libsoup/soup-auth-negotiate.c
@@ -36,7 +36,7 @@ G_DEFINE_TYPE (SoupAuthNegotiate, soup_auth_negotiate, SOUP_TYPE_CONNECTION_AUTH
typedef enum {
SOUP_NEGOTIATE_NEW,
- SOUP_NEGOTIATE_RECEIVED_CHALLENGE, /* received intial negotiate header */
+ SOUP_NEGOTIATE_RECEIVED_CHALLENGE, /* received initial negotiate header */
SOUP_NEGOTIATE_SENT_RESPONSE, /* sent response to server */
SOUP_NEGOTIATE_FAILED
} SoupNegotiateState;
@@ -317,7 +317,7 @@ parse_trusted_uris (void)
for (i = 0; i < g_strv_length (uris); i++) {
SoupURI *uri;
- /* Is the supplied URI is valid append it to the list */
+ /* If the supplied URI is valid, append it to the list */
if ((uri = soup_uri_new (uris[i])))
trusted_uris = g_slist_append (trusted_uris, uri);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]