Fix typo.
[pgp-tools.git] / 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;