From: Andrew Kreimer Date: Thu, 19 Sep 2024 18:34:39 +0000 (+0000) Subject: sideband: fix a typo X-Git-Tag: v2.47.0-rc0~10^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e61651b1a8fe5760baa6e09738b294a2ed0152f0;p=thirdparty%2Fgit.git sideband: fix a typo Fix a typo in comments. Signed-off-by: Andrew Kreimer Signed-off-by: Junio C Hamano --- diff --git a/sideband.c b/sideband.c index 5d8907151f..c62680181c 100644 --- a/sideband.c +++ b/sideband.c @@ -190,7 +190,7 @@ int demultiplex_sideband(const char *me, int status, int linelen = brk - b; /* - * For message accross packet boundary, there would have + * For message across packet boundary, there would have * a nonempty "scratch" buffer from last call of this * function, and there may have a leading CR/LF in "buf". * For this case we should add a clear-to-eol suffix to