summary refs log tree commit diff
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2015-10-22 12:29:39 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2015-10-22 12:29:42 +0000
commit8e9a68ad14655c1949b1a04d5715a5caa8c344ee (patch)
tree5199327bd14306c961b614cd418857accddc518c
parentb970ef6ef50dc4e21a053ae673fe89fff5a3c52f (diff)
downloadzsh-8e9a68ad14655c1949b1a04d5715a5caa8c344ee.tar.gz
zsh-8e9a68ad14655c1949b1a04d5715a5caa8c344ee.tar.xz
zsh-8e9a68ad14655c1949b1a04d5715a5caa8c344ee.zip
unposted: vcs_info docs: Typo fix.
-rw-r--r--ChangeLog4
-rw-r--r--Doc/Zsh/contrib.yo2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e383ab9b6..84f1b9856 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-10-22  Daniel Shahaf  <d.s@daniel.shahaf.name>
+
+	* unposted: Doc/Zsh/contrib.yo: vcs_info docs: Typo fix.
+
 2015-10-21  Barton E. Schaefer  <schaefer@zsh.org>
 
 	* unposted: Src/math.c: strdup should be ztrdup
diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo
index d367d8b0f..cb68952a4 100644
--- a/Doc/Zsh/contrib.yo
+++ b/Doc/Zsh/contrib.yo
@@ -1332,7 +1332,7 @@ otherwise would be something like `svn' or `cvs') will be set to
 identifier is the second element. tt(vcs_info) will have filled in a proper
 value for the "repository's" root directory and the string containing the
 information about quilt's state will be available as the `misc' replacement
-(and tt(%Q) for compatibility with `addon' mode.
+(and tt(%Q) for compatibility with `addon' mode).
 
 What is left to discuss is how `standalone' mode is detected. The detection
 itself is a series of searches for directories. You can have this detection