diff options
author | Anupam Srivastava <anupam@dont.tech> | 2022-06-03 16:19:20 +0300 |
---|---|---|
committer | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2022-06-03 16:26:12 +0300 |
commit | 89ecd6539aad247fb85ca4ea4304b1704a9ef035 (patch) | |
tree | b1f0282215c8620ffd2b80bbe9f61ec91dded9b1 /config/p10k-lean.zsh | |
parent | 5c7ad753a2addf016532283978c4b72653670275 (diff) |
Fixed minor spelling mistakes
Diffstat (limited to 'config/p10k-lean.zsh')
-rw-r--r-- | config/p10k-lean.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/p10k-lean.zsh b/config/p10k-lean.zsh index dbd9acc9..32588071 100644 --- a/config/p10k-lean.zsh +++ b/config/p10k-lean.zsh @@ -482,7 +482,7 @@ # Show status of repositories of these types. You can add svn and/or hg if you are # using them. If you do, your prompt may become slow even when your current directory - # isn't in an svn or hg reposotiry. + # isn't in an svn or hg repository. typeset -g POWERLEVEL9K_VCS_BACKENDS=(git) # These settings are used for repositories other than Git or when gitstatusd fails and |