summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2007-12-23 20:25:25 +0000
committerNicholas Clark <nick@ccl4.org>2007-12-23 20:25:25 +0000
commit2fdb99a57ec51dce5ddc36cbcc8298159cadfa5c (patch)
treeb58eb1248466a790f3477b55518b7d223d4383e5 /perl.h
parente537ac38cb8a0eeb6351f73ebefac120742db282 (diff)
downloadperl-2fdb99a57ec51dce5ddc36cbcc8298159cadfa5c.tar.gz
Fix my typo in a comment.
p4raw-id: //depot/perl@32718
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl.h b/perl.h
index 79259ce4b4..a90a07391e 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) : \