blob: afdf19609405417dfdaa3d7e2dfd654b264d0b09 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aa,v 1.1 2000/08/29 00:17:04 jlam Exp $
--- Mail/Cap.pm.orig Wed Mar 31 12:28:42 1999
+++ Mail/Cap.pm
@@ -140,7 +140,7 @@
These methods invoke a suitable progam presenting or manipulating the
media object in the specified file. They all return C<1> if a command
-was found, and C<0> otherwise. You might test C<$?" for the outcome
+was found, and C<0> otherwise. You might test C<$?> for the outcome
of the command.
=cut
|