diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-08-14 12:35:13 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-08-14 12:35:13 +0000 |
commit | 10203f3889ee494c4dc3885f18f1f4aa1c012a32 (patch) | |
tree | 747f9f15fabdd7c579056d6e2509be5ef6b429fd | |
parent | ecf6cde67e9734d1e092507e1d533595e200d861 (diff) | |
download | perl-10203f3889ee494c4dc3885f18f1f4aa1c012a32.tar.gz |
Typo fix in perldiag
p4raw-id: //depot/perl@28709
-rw-r--r-- | pod/perldiag.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 1dea4859e7..cda8945232 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -2928,7 +2928,7 @@ data. =item panic: fold_constants JMPENV_PUSH returned %d -(P) While attemtping folding constants an exception other than an C<eval> +(P) While attempting folding constants an exception other than an C<eval> failure was caught. =item panic: frexp |