diff options
author | Olaf Conradi <olaf@conradi.org> | 2013-06-23 12:25:35 +0200 |
---|---|---|
committer | Olaf Conradi <olaf@conradi.org> | 2013-06-23 12:25:35 +0200 |
commit | 64fc125eba09f48f17184cde4403267c1cb16999 (patch) | |
tree | 1d6ec8a37b84ab00a2d730bfab87d97876a448eb /plugins | |
parent | 711e96b1a277b1d5b9771c2eec19fa34f796839b (diff) | |
download | zsh-64fc125eba09f48f17184cde4403267c1cb16999.tar.gz zsh-64fc125eba09f48f17184cde4403267c1cb16999.tar.bz2 zsh-64fc125eba09f48f17184cde4403267c1cb16999.zip |
Typo
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/gpg-agent/gpg-agent.plugin.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gpg-agent/gpg-agent.plugin.zsh b/plugins/gpg-agent/gpg-agent.plugin.zsh index b82711872..4071334cb 100644 --- a/plugins/gpg-agent/gpg-agent.plugin.zsh +++ b/plugins/gpg-agent/gpg-agent.plugin.zsh @@ -21,7 +21,7 @@ if ! gpg-connect-agent --quiet /bye > /dev/null 2> /dev/null; then . ${GPG_ENV} > /dev/null fi - # check again if another agent is running using the newly sources settings + # check again if another agent is running using the newly sourced settings if ! gpg-connect-agent --quiet /bye > /dev/null 2> /dev/null; then # check for existing ssh-agent if ssh-add -l > /dev/null 2> /dev/null; then |