From 8f3a38d927d0ada4ae84aed03aff6fc8df38ea61 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Tue, 22 Sep 2020 10:49:59 +0900 Subject: Fixed minor typo in comment Initiailize -> Initialize Closes GH-6181. --- ext/standard/file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/standard/file.c b/ext/standard/file.c index 458b66432b..9ffcf322fb 100644 --- a/ext/standard/file.c +++ b/ext/standard/file.c @@ -387,7 +387,7 @@ PHP_FUNCTION(get_meta_tags) php_meta_tags_token tok, tok_last; php_meta_tags_data md; - /* Initiailize our structure */ + /* Initialize our structure */ memset(&md, 0, sizeof(md)); /* Parse arguments */ -- cgit v1.2.1