From: Marcus Boerger Date: Fri, 6 Jan 2006 15:31:42 +0000 (+0000) Subject: - Typo X-Git-Tag: RELEASE_1_0_4~95 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fbdb432847c8d25ab2216f4eca7ddabff5c73fdc;p=php - Typo --- diff --git a/ext/phar/phar.c b/ext/phar/phar.c index 03d3dcedf6..1880e638fc 100644 --- a/ext/phar/phar.c +++ b/ext/phar/phar.c @@ -458,7 +458,7 @@ static int phar_open_compiled_file(char *alias, int alias_len, zend_bool compres /* }}} */ /* {{{ proto mixed Phar::mapPhar(string alias, mixed compressed, [mixed unused [, mixed unused]]) - * Maps the curretnly executed file (a phar) with the given alias */ + * Maps the currently executed file (a phar) with the given alias */ PHP_METHOD(Phar, mapPhar) { char *alias;