diff options
author | Nicholas Clark <nick@ccl4.org> | 2007-12-23 22:29:17 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2007-12-23 22:29:17 +0000 |
commit | 27ceb5977435fd911083ce193382f26ccc3af24f (patch) | |
tree | 61f816acd3819e1aaeebbc874e2d964d68de8d6b | |
parent | 2fdb99a57ec51dce5ddc36cbcc8298159cadfa5c (diff) | |
download | perl-27ceb5977435fd911083ce193382f26ccc3af24f.tar.gz |
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.
p4raw-id: //depot/perl@32719
-rw-r--r-- | perl.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3765,7 +3765,7 @@ Gid_t getegid (void); #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) : \ |