about summary refs log tree commit diff
path: root/Misc
diff options
context:
space:
mode:
authorFelipe Contreras <felipe.contreras@gmail.com>2022-09-07 15:46:12 -0500
committerOliver Kiddle <opk@zsh.org>2023-05-13 00:44:01 +0200
commit9b9f3adde89e18945cf4e9029c500615d5092d87 (patch)
tree1691f48c0393549b7bda606457fad0a11e92d381 /Misc
parent51d5ddb02bef3162251df151bf114215614028fe (diff)
downloadzsh-9b9f3adde89e18945cf4e9029c500615d5092d87.tar.gz
zsh-9b9f3adde89e18945cf4e9029c500615d5092d87.tar.xz
zsh-9b9f3adde89e18945cf4e9029c500615d5092d87.zip
50612: vcs_info: fix typo
Diffstat (limited to 'Misc')
-rw-r--r--Misc/vcs_info-examples2
1 files changed, 1 insertions, 1 deletions
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.