From 043a86b31d1b7bbcd3a4ddd5acd33062a6eea615 Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Fri, 18 Sep 2009 22:26:44 +0000 Subject: [PATCH] Fix typo in comment (danbrown) --- ext/standard/credits.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/standard/credits.c b/ext/standard/credits.c index cb4690ec44..0a7f2ea684 100644 --- a/ext/standard/credits.c +++ b/ext/standard/credits.c @@ -120,7 +120,7 @@ PHPAPI void php_print_credits(int flag TSRMLS_DC) /* {{{ */ } 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"); -- 2.50.1