From: Dimitri Papadopoulos Orfanos <3350651-DimitriPapadopoulos@users.noreply.gitlab.com> Date: Sun, 27 Jul 2025 11:12:14 +0000 (+0200) Subject: Fix typo X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=60bcf52dfc74cb9d9c63c8881c5ea89e119a8604;p=users%2Fdwmw2%2Fopenconnect.git Fix typo Signed-off-by: Dimitri Papadopoulos Orfanos <3350651-DimitriPapadopoulos@users.noreply.gitlab.com> --- diff --git a/openconnect-internal.h b/openconnect-internal.h index 7ec0f21c..6925d60c 100644 --- a/openconnect-internal.h +++ b/openconnect-internal.h @@ -1589,7 +1589,7 @@ int can_gen_tokencode(struct openconnect_info *vpninfo, struct oc_auth_form *form, struct oc_form_opt *opt); -/* textbuf,c */ +/* textbuf.c */ struct oc_text_buf *buf_alloc(void); int buf_error(struct oc_text_buf *buf); int buf_free(struct oc_text_buf *buf);