diff options
author | Marc Cornellà <marc.cornella@live.com> | 2015-12-16 09:37:55 +0100 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2015-12-16 09:37:55 +0100 |
commit | 69c73a477c6db61822ad0d731c2bc397cf0be133 (patch) | |
tree | 05f8402183826cda97af8567419962c560e8a954 /plugins/git-extras/git-extras.plugin.zsh | |
parent | 5adb06df0efa1ec251d8ef2e6cae2f1ed3e4107d (diff) | |
parent | 247a582d09d4d98d6695c2c88797d893be2f3bbd (diff) | |
download | zsh-69c73a477c6db61822ad0d731c2bc397cf0be133.tar.gz zsh-69c73a477c6db61822ad0d731c2bc397cf0be133.tar.bz2 zsh-69c73a477c6db61822ad0d731c2bc397cf0be133.zip |
Merge pull request #4704 from paulcalabro/patch-1
Fixed a typo.
Diffstat (limited to 'plugins/git-extras/git-extras.plugin.zsh')
-rw-r--r-- | plugins/git-extras/git-extras.plugin.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/git-extras/git-extras.plugin.zsh b/plugins/git-extras/git-extras.plugin.zsh index 507bf1b25..0dcd630e8 100644 --- a/plugins/git-extras/git-extras.plugin.zsh +++ b/plugins/git-extras/git-extras.plugin.zsh @@ -4,7 +4,7 @@ # # 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 # with git. # |