From c039a74e094bb6a4d965899f67fe34d2b84dda8d Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Sat, 3 Feb 2024 19:55:41 -0800 Subject: Typos in previous commit comments --- Src/Zle/zle_tricky.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/Zle') diff --git a/Src/Zle/zle_tricky.c b/Src/Zle/zle_tricky.c index ea2a52390..225ce8c74 100644 --- a/Src/Zle/zle_tricky.c +++ b/Src/Zle/zle_tricky.c @@ -1572,7 +1572,7 @@ get_comp_string(void) i = 0; MB_METACHARINIT(); /* All further uses of IIDENT in this file should change to * - * INAMESPACE if this case is changed. Too ugly to risk now. */ + * INAMESPC if this case is changed. Too ugly to risk now. */ if (itype_end(s, IIDENT, 1) == s) nnb = s + MB_METACHARLEN(s); else -- cgit 1.4.1