summaryrefslogtreecommitdiff
path: root/Src/init.c
diff options
context:
space:
mode:
authorWu, Zhenyu <wuzhenyu@ustc.edu>2024-11-26 19:39:33 +0800
committerOliver Kiddle <opk@zsh.org>2025-01-27 23:39:05 +0100
commita61b105795620943206c1f85be801943cadbb1c3 (patch)
treeafed1dabe7a67118eef82161bf1226a3706440fe /Src/init.c
parent9f9ceb7768b51334ccdd0f6e32b20399ba261933 (diff)
downloadzsh-a61b105795620943206c1f85be801943cadbb1c3.tar.gz
zsh-a61b105795620943206c1f85be801943cadbb1c3.zip
github #126: Fix some typos
Diffstat (limited to 'Src/init.c')
-rw-r--r--Src/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/init.c b/Src/init.c
index 378aee348..75d9dd136 100644
--- a/Src/init.c
+++ b/Src/init.c
@@ -1282,7 +1282,7 @@ setupvals(char *cmd, char *runscript, char *zsh_name)
adjustwinsize(0);
#else
/* columns and lines are normally zero, unless something different *
- * was inhereted from the environment. If either of them are zero *
+ * was inherited from the environment. If either of them are zero *
* the setiparam calls below set them to the defaults from termcap */
setiparam("COLUMNS", zterm_columns);
setiparam("LINES", zterm_lines);