Merge pull request #2 from gdiscry/patch-1

fix typo when calling omz_log_msg Thank you gdiscry!
This commit is contained in:
archeydevil 2012-02-21 23:48:25 -08:00
commit e88073f58f

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