diff options
| author | Paul Calabro <paulcalabro@users.noreply.github.com> | 2015-12-15 22:52:13 -0700 | 
|---|---|---|
| committer | Paul Calabro <paulcalabro@users.noreply.github.com> | 2015-12-15 22:52:13 -0700 | 
| commit | 247a582d09d4d98d6695c2c88797d893be2f3bbd (patch) | |
| tree | 05f8402183826cda97af8567419962c560e8a954 /plugins/git-extras | |
| parent | 5adb06df0efa1ec251d8ef2e6cae2f1ed3e4107d (diff) | |
| download | zsh-247a582d09d4d98d6695c2c88797d893be2f3bbd.tar.gz zsh-247a582d09d4d98d6695c2c88797d893be2f3bbd.tar.bz2 zsh-247a582d09d4d98d6695c2c88797d893be2f3bbd.zip | |
Fixed a typo.
Diffstat (limited to 'plugins/git-extras')
| -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.  # | 
