Change 32719 by [EMAIL PROTECTED] on 2007/12/23 22:29:17
Correct the correction. This one is both a correcly spelled word, and
the word I was originally aiming for. Or if it's not, I'm sure that
given infinite monkeys we'll get there sometime around the heat death
of the universe.
Affected files ...
... //depot/perl/perl.h#811 edit
Differences ...
==== //depot/perl/perl.h#811 (text) ====
Index: perl/perl.h
--- perl/perl.h#810~32718~ 2007-12-23 12:25:25.000000000 -0800
+++ perl/perl.h 2007-12-23 14:29:17.000000000 -0800
@@ -3765,7 +3765,7 @@
#endif
/* Keep the old croak based assert for those who want it, and as a fallback if
- the platform is so hectically non-ANSI that it can't assert. */
+ the platform is so heretically non-ANSI that it can't assert. */
#define Perl_assert(what) PERL_DEB( \
((what) ? ((void) 0) : \
End of Patch.