summaryrefslogtreecommitdiff
path: root/Src/sort.c
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2020-01-09 14:38:30 +0100
committerMikael Magnusson <mikachu@gmail.com>2020-01-09 14:49:55 +0100
commite6fa0b3b6568fa8c0d1173fdc822c97c41a2f763 (patch)
treeeb9180867341709448411345a9396014e373307d /Src/sort.c
parent11dbe4c286330f81fae5ac6d5f698f5ddb748710 (diff)
downloadzsh-e6fa0b3b6568fa8c0d1173fdc822c97c41a2f763.tar.gz
zsh-e6fa0b3b6568fa8c0d1173fdc822c97c41a2f763.zip
Fix typos reported by codespell in Src/
Diffstat (limited to 'Src/sort.c')
-rw-r--r--Src/sort.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/sort.c b/Src/sort.c
index 562b89491..8faf9349c 100644
--- a/Src/sort.c
+++ b/Src/sort.c
@@ -250,7 +250,7 @@ strmetasort(char **array, int sortwhat, int *unmetalenp)
if (unmetalenp) {
/*
* Already unmetafied. We just need to check for
- * embededded nulls.
+ * embedded nulls.
*/
int count = unmetalenp[arrptr-array];
/* Remember this length for sorted array */