1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2025-07-07 01:30:29 +02:00

Merge pull request from paulcalabro/patch-1

Fixed a typo.
This commit is contained in:
Marc Cornellà
2015-12-16 09:37:55 +01:00

@ -4,7 +4,7 @@
# #
# Completion script for git-extras (http://github.com/tj/git-extras). # Completion script for git-extras (http://github.com/tj/git-extras).
# #
# This depends on and reueses some of the internals of the _git completion # This depends on and reuses some of the internals of the _git completion
# function that ships with zsh itself. It will not work with the _git that ships # function that ships with zsh itself. It will not work with the _git that ships
# with git. # with git.
# #