Diff between e3b9fc5ac3404674d388834316e9bcd7ced235db and a1b1d08d430db17e025c67ed359e54fc839caaaa

Changed Files

File Additions Deletions Status
gobex/gobex.c +2 -2 modified

Full Patch

diff --git a/gobex/gobex.c b/gobex/gobex.c
index 07e4662..0e33ece 100644
--- a/gobex/gobex.c
+++ b/gobex/gobex.c
@@ -304,7 +304,7 @@ static void set_srmp(GObex *obex, guint8 srmp, gboolean outgoing)
 	if (config == NULL)
 		return;
 
-	/* Dont't reset if direction doesn't match */
+	/* Don't reset if direction doesn't match */
 	if (srmp > G_OBEX_SRMP_NEXT_WAIT && config->outgoing != outgoing)
 		return;
 
@@ -1105,7 +1105,7 @@ static gboolean parse_response(GObex *obex, GObexPacket *rsp)
 		return final;
 
 	/*
-	 * Resposes have final bit set but in case of GET with SRM
+	 * Responses have final bit set but in case of GET with SRM
 	 * we should not remove the request since the remote side will
 	 * continue sending responses until the transfer is finished
 	 */