Change 32718 by [EMAIL PROTECTED] on 2007/12/23 20:25:25
Fix my typo in a comment.
Affected files ...
... //depot/perl/perl.h#810 edit
Differences ...
==== //depot/perl/perl.h#810 (text) ====
Index: perl/perl.h
--- perl/perl.h#809~32708~ 2007-12-22 11:22:48.000000000 -0800
+++ perl/perl.h 2007-12-23 12:25:25.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 hertically non-ANSI that it can't assert. */
+ the platform is so hectically non-ANSI that it can't assert. */
#define Perl_assert(what) PERL_DEB( \
((what) ? ((void) 0) : \
End of Patch.