about summary refs log tree commit diff
path: root/Src/Modules
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/Modules
parent11dbe4c286330f81fae5ac6d5f698f5ddb748710 (diff)
downloadzsh-e6fa0b3b6568fa8c0d1173fdc822c97c41a2f763.tar.gz
zsh-e6fa0b3b6568fa8c0d1173fdc822c97c41a2f763.tar.xz
zsh-e6fa0b3b6568fa8c0d1173fdc822c97c41a2f763.zip
Fix typos reported by codespell in Src/
Diffstat (limited to 'Src/Modules')
-rw-r--r--Src/Modules/zftp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/Modules/zftp.c b/Src/Modules/zftp.c
index 8bebc020d..e8e239e76 100644
--- a/Src/Modules/zftp.c
+++ b/Src/Modules/zftp.c
@@ -237,7 +237,7 @@ enum {
 /*
  * We keep an fd open for communication between the main shell
  * and forked off bits and pieces.  This allows us to know
- * if something happend in a subshell:  mode changed, type changed,
+ * if something happened in a subshell:  mode changed, type changed,
  * connection was closed.  If something too substantial happened
  * in a subshell --- connection opened, ZFTP_USER and ZFTP_PWD changed
  * --- we don't try to track it because it's too complicated.