Skip to content

Commit 8f3a38d

Browse files
Ikko Ashiminecmb69
authored andcommitted
Fixed minor typo in comment
Initiailize -> Initialize Closes GH-6181.
1 parent 57a3fbb commit 8f3a38d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/standard/file.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ PHP_FUNCTION(get_meta_tags)
387387
php_meta_tags_token tok, tok_last;
388388
php_meta_tags_data md;
389389

390-
/* Initiailize our structure */
390+
/* Initialize our structure */
391391
memset(&md, 0, sizeof(md));
392392

393393
/* Parse arguments */

0 commit comments

Comments
 (0)