Change 14967 by ams@lustre on 2002/03/03 18:18:00
Subject: [PATCH] nit in perlsyn.pod
From: "Wolfgang Laun" <[EMAIL PROTECTED]>
Date: Sun, 03 Mar 2002 20:16:10 +0100
Message-Id: <[EMAIL PROTECTED]>
Affected files ...
.... //depot/perl/pod/perlsyn.pod#31 edit
Differences ...
==== //depot/perl/pod/perlsyn.pod#31 (text) ====
Index: perl/pod/perlsyn.pod
--- perl/pod/perlsyn.pod.~1~ Sun Mar 3 11:30:05 2002
+++ perl/pod/perlsyn.pod Sun Mar 3 11:30:05 2002
@@ -497,7 +497,7 @@
"read-only";
};
-Or if you are certainly that all the C<&&> clauses are true, you can use
+Or if you are certain that all the C<&&> clauses are true, you can use
something like this, which "switches" on the value of the
C<HTTP_USER_AGENT> environment variable.
End of Patch.