]> granicus.if.org Git - php/commitdiff
Fixed minor typo in comment
authorIkko Ashimine <eltociear@gmail.com>
Tue, 22 Sep 2020 01:49:59 +0000 (10:49 +0900)
committerChristoph M. Becker <cmbecker69@gmx.de>
Tue, 22 Sep 2020 07:10:23 +0000 (09:10 +0200)
Initiailize -> Initialize

Closes GH-6181.

ext/standard/file.c

index 458b66432b9fe1186dc13c1162f21e40e480532a..9ffcf322fb6ae03f7bbe3a681413f1e356ca65e5 100644 (file)
@@ -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 */