Browse Source

[FIX #4525]: Fix typo

Satoshi Ohmori 9 years ago
parent
commit
2c8697b934
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/git-extras/git-extras.plugin.zsh

+ 1 - 1
plugins/git-extras/git-extras.plugin.zsh

@@ -302,7 +302,7 @@ zstyle ':completion:*:*:git:*' user-commands \
     count:'count commits' \
     create-branch:'create local and remote branch' \
     delete-branch:'delete local and remote branch' \
-    delete-merged-brancees:'delete merged branches'\
+    delete-merged-branches:'delete merged branches'\
     delete-submodule:'delete submodule' \
     delete-tag:'delete local and remote tag' \
     effort:'display effort statistics' \