Found using codespell. --- gobex/gobex.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gobex/gobex.c b/gobex/gobex.c index 07e46627ab39..0e33ececfc93 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 */ -- 2.50.0