From a1b1d08d430db17e025c67ed359e54fc839caaaa Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Thu, 3 Jul 2025 10:53:15 +0200 Subject: [PATCH] gobex: Fix typos 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 07e46627a..0e33ececf 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.47.3