Merge branch 'master' of github.com:archeydevil/oh-my-zsh

* 'master' of github.com:archeydevil/oh-my-zsh:
  fix typo when calling omz_log_msg
This commit is contained in:
ArcheyDevil 2012-04-07 01:58:12 +10:00
commit 5641da62ee

View file

@ -36,5 +36,5 @@ if (( $+commands[tmux] )); then
|| tmux attach -t $1
}
else
omz_log_mgs "tmux: plugin requires tmux"
omz_log_msg "tmux: plugin requires tmux"
fi