diff --git a/gobex/gobex.c b/gobex/gobex.c
index 07e4662..0e33ece 100644
--- a/gobex/gobex.c
+++ b/gobex/gobex.c
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;
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
*/