Fix typo
authorweasel <weasel@b513b33f-fedd-0310-b452-c3deb5f4c849>
Fri, 22 Oct 2004 10:51:52 +0000 (10:51 +0000)
committerweasel <weasel@b513b33f-fedd-0310-b452-c3deb5f4c849>
Fri, 22 Oct 2004 10:51:52 +0000 (10:51 +0000)
git-svn-id: svn://svn.debian.org/pgp-tools/trunk@26 b513b33f-fedd-0310-b452-c3deb5f4c849

caff/caff

index 58468205e937ff3ec68d8714e421cebf8fbbef75..b7d19d71aff159d9fad76ec710a4f683ef0e3dff 100755 (executable)
--- 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;