From: Nicholas Clark Date: Sun, 23 Dec 2007 20:25:25 +0000 (+0000) Subject: Fix my typo in a comment. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2fdb99a57ec51dce5ddc36cbcc8298159cadfa5c;p=p5sagit%2Fp5-mst-13.2.git Fix my typo in a comment. p4raw-id: //depot/perl@32718 --- diff --git a/perl.h b/perl.h index 79259ce..a90a073 100644 --- a/perl.h +++ b/perl.h @@ -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 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) : \