summaryrefslogtreecommitdiff
path: root/plugins/gem
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/gem
parentc68ff8aeedc2b779ae42d745457ecd443e22e212 (diff)
downloadzsh-d78275fdbb876cee9c55f5c2731b8c1fac7be6d2.tar.gz
zsh-d78275fdbb876cee9c55f5c2731b8c1fac7be6d2.tar.bz2
zsh-d78275fdbb876cee9c55f5c2731b8c1fac7be6d2.zip
chore: fix typos (#12647)
Diffstat (limited to 'plugins/gem')
-rw-r--r--plugins/gem/gem.plugin.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gem/gem.plugin.zsh b/plugins/gem/gem.plugin.zsh
index b8a49fb56..58716594d 100644
--- a/plugins/gem/gem.plugin.zsh
+++ b/plugins/gem/gem.plugin.zsh
@@ -23,7 +23,7 @@ if is-at-least 5.5; then
fi
{
- # Standarized $0 handling
+ # Standardized $0 handling
# https://zdharma-continuum.github.io/Zsh-100-Commits-Club/Zsh-Plugin-Standard.html
0="${${ZERO:-${0:#$ZSH_ARGZERO}}:-${(%):-%N}}"
0="${${(M)0:#/*}:-$PWD/$0}"