develooper Front page | perl.perl5.porters | Postings from May 2010

[PATCH] Fix typo in perlcall.

Thread Next
From:
Florian Ragwitz
Date:
May 2, 2010 16:50
Subject:
[PATCH] Fix typo in perlcall.
Message ID:
1272750534-9012-1-git-send-email-rafl@debian.org
---
 pod/perlcall.pod |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pod/perlcall.pod b/pod/perlcall.pod
index 359e097..cfb7727 100644
--- a/pod/perlcall.pod
+++ b/pod/perlcall.pod
@@ -323,7 +323,7 @@ See I<Using G_EVAL> for details on using G_EVAL.
 
 You may have noticed that using the G_EVAL flag described above will
 B<always> clear the C<$@> variable and set it to a string describing
-the error iff there was an error in the called code.  This unqualified
+the error if there was an error in the called code.  This unqualified
 resetting of C<$@> can be problematic in the reliable identification of
 errors using the C<eval {}> mechanism, because the possibility exists
 that perl will call other code (end of block processing code, for
-- 
1.7.1


Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About