This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Typo
authorKarl Williamson <khw@khw-desktop.(none)>
Thu, 14 Jan 2010 23:01:13 +0000 (16:01 -0700)
committerCraig A. Berry <craigberry@mac.com>
Sat, 29 May 2010 15:40:17 +0000 (10:40 -0500)
universal.c

index 79ff772..27783ac 100644 (file)
@@ -1172,7 +1172,7 @@ XS(XS_re_regexp_pattern)
 
     if ((re = SvRX(ST(0)))) /* assign deliberate */
     {
-        /* Housten, we have a regex! */
+        /* Houston, we have a regex! */
         SV *pattern;
         STRLEN left = 0;
         char reflags[6];