Fix typo.
authorkink-guest <kink-guest@b513b33f-fedd-0310-b452-c3deb5f4c849>
Fri, 29 Jul 2005 08:56:18 +0000 (08:56 +0000)
committerkink-guest <kink-guest@b513b33f-fedd-0310-b452-c3deb5f4c849>
Fri, 29 Jul 2005 08:56:18 +0000 (08:56 +0000)
git-svn-id: svn://svn.debian.org/pgp-tools/trunk@155 b513b33f-fedd-0310-b452-c3deb5f4c849

caff/caff

index 866af1919956fc271ddb86dc45418e4089aaef92..02569f5d6e8ec01d6bfc119f0950c9f2bc4a7512 100755 (executable)
--- a/caff/caff
+++ b/caff/caff
@@ -470,7 +470,7 @@ sub ask($$;$$) {
                        die "\n\n".
                            "End of STDIN reached.  Are you using xargs?  Caff wants to read from STDIN,\n".
                            "so you can't really use it with xargs.  A patch against caff to read from\n".
-                           "the terminal would be apprechiated.\n".
+                           "the terminal would be appreciated.\n".
                            "For now instead of   cat keys | xargs caff  do  caff `cat keys`\n";
                };
                chomp $answer;