about summary refs log tree commit diff
path: root/Src/zsh.h
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/zsh.h
parent11dbe4c286330f81fae5ac6d5f698f5ddb748710 (diff)
downloadzsh-e6fa0b3b6568fa8c0d1173fdc822c97c41a2f763.tar.gz
zsh-e6fa0b3b6568fa8c0d1173fdc822c97c41a2f763.tar.xz
zsh-e6fa0b3b6568fa8c0d1173fdc822c97c41a2f763.zip
Fix typos reported by codespell in Src/
Diffstat (limited to 'Src/zsh.h')
-rw-r--r--Src/zsh.h2
1 files changed, 1 insertions, 1 deletions
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;
 };