From 02435bec3c3e5fd16c482f409cb8de2590e94d52 Mon Sep 17 00:00:00 2001 From: Sorin Ionescu Date: Thu, 8 Mar 2012 21:54:38 -0500 Subject: [PATCH] Fix a typo in SSH agent plugin comments --- plugins/ssh-agent/init.zsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/ssh-agent/init.zsh b/plugins/ssh-agent/init.zsh index 49e2fef..4a139f3 100644 --- a/plugins/ssh-agent/init.zsh +++ b/plugins/ssh-agent/init.zsh @@ -15,7 +15,7 @@ # # zstyle ':omz:plugin:ssh-agent' forwarding 'yes' # -# To load multiple identies, add the following to your .zshrc: +# To load multiple identities, add the following to your .zshrc: # # zstyle ':omz:plugin:ssh-agent' identities 'id_rsa' 'id_rsa2' 'id_github' # @@ -32,7 +32,7 @@ function _ssh-agent-start() { chmod 600 "${_ssh_agent_env}" source "${_ssh_agent_env}" > /dev/null - # Load identies. + # Load identities. zstyle -a ':omz:plugin:ssh-agent' identities 'identities' if [[ ! -n "${identities}" ]]; then