about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBenjamin Esham <benjamin@esham.io>2020-04-26 19:36:34 -0700
committerDaniel Shahaf <d.s@daniel.shahaf.name>2020-04-27 08:04:26 +0000
commitff50d96b19373baaceeb49ccce5d9db218f2c4db (patch)
tree838acba8b36cd24889f7e024872823b56a11f3cf
parentaf619f41bc5caec2fd016007262c1b1cb31a3cbf (diff)
downloadzsh-ff50d96b19373baaceeb49ccce5d9db218f2c4db.tar.gz
zsh-ff50d96b19373baaceeb49ccce5d9db218f2c4db.tar.xz
zsh-ff50d96b19373baaceeb49ccce5d9db218f2c4db.zip
github #56: typo: Add a single quote that had been missing
-rw-r--r--ChangeLog5
-rw-r--r--Doc/Zsh/mod_zutil.yo2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 545f7a5b2..66ea195d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2020-04-27  Benjamin Esham  <benjamin@esham.io>
+
+	* github #56: Doc/Zsh/mod_zutil.yo: typo: Add a single quote
+	that had been missing
+
 2020-04-21  Daniel Shahaf  <d.s@daniel.shahaf.name>
 
 	* unposted: README: Give the 'zsystem flock' limit in
diff --git a/Doc/Zsh/mod_zutil.yo b/Doc/Zsh/mod_zutil.yo
index 24aebdfaf..812a1fd38 100644
--- a/Doc/Zsh/mod_zutil.yo
+++ b/Doc/Zsh/mod_zutil.yo
@@ -37,7 +37,7 @@ For example, to define your preferred form of precipitation depending on which
 city you're in, you might set the following in your tt(zshrc):
 
 example(zstyle ':weather:europe:*' preferred-precipitation rain
-zstyle ':weather:europe:germany:* preferred-precipitation none
+zstyle ':weather:europe:germany:*' preferred-precipitation none
 zstyle ':weather:europe:germany:*:munich' preferred-precipitation snow)
 
 Then, the fictional `tt(weather)' plugin might run under the hood a command