From 6ec8cfdeaa94c6b7a1067a47162644df3a97acb7 Mon Sep 17 00:00:00 2001 From: Marc Finet Date: Fri, 12 Sep 2014 23:30:35 +0200 Subject: 33149: vcs_info examples: fix typo --- ChangeLog | 4 ++++ Misc/vcs_info-examples | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ad774fbd8..42fb37ed1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-09-14 Marc Finet + + * 33149: Misc/vcs_info-examples: vcs_info examples: fix typo + 2014-09-12 Barton E. Schaefer * 33143: Src/init.c: POSIX_ARGZERO more closely matches bash et al. diff --git a/Misc/vcs_info-examples b/Misc/vcs_info-examples index 5d8ff187e..766eb82a4 100644 --- a/Misc/vcs_info-examples +++ b/Misc/vcs_info-examples @@ -301,7 +301,7 @@ zstyle ':vcs_info:*+pre-get-data:*' hooks pre-get-data # If we got to this point, running vcs_info was not forced, so now we # default to not running it and selectively choose when we want to run - # it (ret=1 means run it, ret=0 means don't). + # it (ret=0 means run it, ret=1 means don't). ret=1 # If a git/hg command was run then run vcs_info as the status might # need to be updated. -- cgit 1.4.1