mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-08-14 08:58:44 +02:00
chore: fix spelling errors across the project (#10459)
Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
@ -3383,7 +3383,7 @@ _git_worktree ()
|
||||
# Here we are not completing an --option, it's either the
|
||||
# path or a ref.
|
||||
case "$prev" in
|
||||
-b|-B) # Complete refs for branch to be created/reseted.
|
||||
-b|-B) # Complete refs for branch to be created/reset.
|
||||
__git_complete_refs
|
||||
;;
|
||||
-*) # The previous word is an -o|--option without an
|
||||
|
Reference in New Issue
Block a user