From e6fa0b3b6568fa8c0d1173fdc822c97c41a2f763 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Thu, 9 Jan 2020 14:38:30 +0100 Subject: Fix typos reported by codespell in Src/ --- Src/zsh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/zsh.h') diff --git a/Src/zsh.h b/Src/zsh.h index 89b393945..834142895 100644 --- a/Src/zsh.h +++ b/Src/zsh.h @@ -2999,7 +2999,7 @@ struct sortelt { int origlen; /* * The length of the string, if needed, else -1. - * The length is only needed if there are embededded nulls. + * The length is only needed if there are embedded nulls. */ int len; }; -- cgit 1.4.1