bjori Fri, 18 Sep 2009 22:26:44 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=288447
Log: Fix typo in comment (danbrown) Changed paths: U php/php-src/branches/PHP_5_3/ext/standard/credits.c U php/php-src/trunk/ext/standard/credits.c Modified: php/php-src/branches/PHP_5_3/ext/standard/credits.c =================================================================== --- php/php-src/branches/PHP_5_3/ext/standard/credits.c 2009-09-18 22:01:58 UTC (rev 288446) +++ php/php-src/branches/PHP_5_3/ext/standard/credits.c 2009-09-18 22:26:44 UTC (rev 288447) @@ -109,7 +109,7 @@ } if (flag & PHP_CREDITS_WEB) { - /* Websites and infrastrucutre */ + /* Websites and infrastructure */ php_info_print_table_start(); php_info_print_table_header(1, "Websites and Infrastructure team"); Modified: php/php-src/trunk/ext/standard/credits.c =================================================================== --- php/php-src/trunk/ext/standard/credits.c 2009-09-18 22:01:58 UTC (rev 288446) +++ php/php-src/trunk/ext/standard/credits.c 2009-09-18 22:26:44 UTC (rev 288447) @@ -120,7 +120,7 @@ } if (flag & PHP_CREDITS_WEB) { - /* Websites and infrastrucutre */ + /* Websites and infrastructure */ php_info_print_table_start(); php_info_print_table_header(1, "Websites and Infrastructure team");
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php