diff options
author | Fred Hebert <mononcqc@ferd.ca> | 2017-03-27 16:43:54 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-27 16:43:54 -0400 |
commit | e32cd3118f0aada01775e9d2468bb98b04e2be28 (patch) | |
tree | 91e443b268d993db5e5d5de30ea016c00b453688 /priv/shell-completion/zsh/_rebar3 | |
parent | 2cc07d8f1fa0f0f3491720389d9c85b755ec8e59 (diff) | |
parent | e83100bbc85967134fe68dbf691c2cca8d6db10c (diff) |
Merge pull request #1523 from mbeijen/separate
Typo: seperate -> separate
Diffstat (limited to 'priv/shell-completion/zsh/_rebar3')
-rw-r--r-- | priv/shell-completion/zsh/_rebar3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/priv/shell-completion/zsh/_rebar3 b/priv/shell-completion/zsh/_rebar3 index 0abc340..490a824 100644 --- a/priv/shell-completion/zsh/_rebar3 +++ b/priv/shell-completion/zsh/_rebar3 @@ -110,7 +110,7 @@ _rebar3 () { ;; (path) _arguments \ - '(--app)--app[Comma seperated list of applications to return paths for.]:apps' \ + '(--app)--app[Comma separated list of applications to return paths for.]:apps' \ '(--base)--base[Return the `base` path of the current profile.]' \ '(--bin)--bin[Return the `bin` path of the current profile.]' \ '(--ebin)--ebin[Return all `ebin` paths of the current profile`s applications.]' \ |