fix typo when calling omz_log_msg

This commit is contained in:
Georges Discry 2012-02-21 11:54:02 +01:00
commit dff4d6c799

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