about summary refs log tree commit diff
diff options
context:
space:
mode:
authordana <dana@dana.is>2018-06-15 22:09:37 -0500
committerdana <dana@dana.is>2018-06-15 22:09:37 -0500
commit1b4a86a0d4cf8b4de50d435f2a8c31c9d5cee4fc (patch)
tree03470fd3ccdd6df4a34011af1bbc87209dcbc9ce
parent0cac4b63e0fdfc5673482e9515913299eb205e8a (diff)
downloadzsh-1b4a86a0d4cf8b4de50d435f2a8c31c9d5cee4fc.tar.gz
zsh-1b4a86a0d4cf8b4de50d435f2a8c31c9d5cee4fc.tar.xz
zsh-1b4a86a0d4cf8b4de50d435f2a8c31c9d5cee4fc.zip
unposted: Fix typo in change log
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 06a564195..a03a5732d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,7 +11,7 @@
 	* users/23472: 	Doc/Zsh/mod_system.yo, Src/Modules/system.c,
 	Src/exec.c, Src/zsh.h: Add $sysparams[procsubstpid].
 
-	* 43008: Src/otpions.c: combine suggestion from Sebastain to
+	* 43008: Src/options.c: combine suggestion from Sebastian to
 	silence warnings for double setgid/setuid with suggestion
 	from Eitan to put setgid first.