summaryrefslogtreecommitdiff
path: root/plugins/brew
diff options
context:
space:
mode:
authorAlexander Cyon <Sajjon@users.noreply.github.com>2024-09-01 21:01:27 +0200
committerGitHub <noreply@github.com>2024-09-01 21:01:27 +0200
commitd78275fdbb876cee9c55f5c2731b8c1fac7be6d2 (patch)
tree036ba2075d49e31510bd0f41224ccf7c93cda975 /plugins/brew
parentc68ff8aeedc2b779ae42d745457ecd443e22e212 (diff)
downloadzsh-d78275fdbb876cee9c55f5c2731b8c1fac7be6d2.tar.gz
zsh-d78275fdbb876cee9c55f5c2731b8c1fac7be6d2.tar.bz2
zsh-d78275fdbb876cee9c55f5c2731b8c1fac7be6d2.zip
chore: fix typos (#12647)
Diffstat (limited to 'plugins/brew')
-rw-r--r--plugins/brew/brew.plugin.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/brew/brew.plugin.zsh b/plugins/brew/brew.plugin.zsh
index a138a4827..4dab6f413 100644
--- a/plugins/brew/brew.plugin.zsh
+++ b/plugins/brew/brew.plugin.zsh
@@ -24,7 +24,7 @@ if (( ! $+commands[brew] )); then
fi
if [[ -z "$HOMEBREW_PREFIX" ]]; then
- # Maintain compatability with potential custom user profiles, where we had
+ # Maintain compatibility with potential custom user profiles, where we had
# previously relied on always sourcing shellenv. OMZ plugins should not rely
# on this to be defined due to out of order processing.
export HOMEBREW_PREFIX="$(brew --prefix)"