From: weasel Date: Fri, 22 Oct 2004 10:51:52 +0000 (+0000) Subject: Fix typo X-Git-Url: http://git.sthu.org/?a=commitdiff_plain;h=de54917e506a6b5ce6dd4748890a19ccb0f29d0e;hp=ceeaf3bf2342225d9293940203b57f30f42468cc;p=pgp-tools.git Fix typo git-svn-id: svn://svn.debian.org/pgp-tools/trunk@26 b513b33f-fedd-0310-b452-c3deb5f4c849 --- diff --git a/caff/caff b/caff/caff index 5846820..b7d19d7 100755 --- a/caff/caff +++ b/caff/caff @@ -247,7 +247,7 @@ sub readwrite_gpg($$$$$%) { my ($stdout, $stderr, $status) = ("", "", ""); my $exitwhenstatusmatches = $options{'exitwhenstatusmatches'}; - trace("doign stuff until we find $exitwhenstatusmatches") if defined $exitwhenstatusmatches; + trace("doing stuff until we find $exitwhenstatusmatches") if defined $exitwhenstatusmatches; my $readwrote_stuff_this_time = 0; my $do_not_wait_on_select = 0;