summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--Misc/vcs_info-examples2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0d50432a2..f5c77f801 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2023-05-13 Oliver Kiddle <opk@zsh.org>
+ * Felipe Contreras: 50612: Misc/vcs_info-examples: fix typo
+
* github #98: Vidhan Bhatt: Completion/Darwin/Command/_shortcuts:
feat: add `shortcuts` completions
diff --git a/Misc/vcs_info-examples b/Misc/vcs_info-examples
index 94c47278d..ddd8dd9a8 100644
--- a/Misc/vcs_info-examples
+++ b/Misc/vcs_info-examples
@@ -343,7 +343,7 @@ function +vi-gen-applied-string() {
# Allow substitutions and expansions in the prompt, necessary for
-# using a single-quoted $vcs_info_msg_0_ in PS1, RPOMPT (as used here) and
+# using a single-quoted $vcs_info_msg_0_ in PS1, RPROMPT (as used here) and
# similar. Other ways of using the information are described above.
setopt promptsubst
# Load vcs_info to display information about version control repositories.