From dff4d6c79973b53937b3e4e29154e06e762aa903 Mon Sep 17 00:00:00 2001 From: Georges Discry Date: Tue, 21 Feb 2012 11:54:02 +0100 Subject: [PATCH] fix typo when calling omz_log_msg --- plugins/tmux/tmux.plugin.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/tmux/tmux.plugin.zsh b/plugins/tmux/tmux.plugin.zsh index 8f8ae0a76..20c871261 100644 --- a/plugins/tmux/tmux.plugin.zsh +++ b/plugins/tmux/tmux.plugin.zsh @@ -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