diff options
Diffstat (limited to 'ext/standard/file.c')
| -rw-r--r-- | ext/standard/file.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |
