]> granicus.if.org Git - php/commitdiff
- Typo
authorMarcus Boerger <helly@php.net>
Fri, 6 Jan 2006 15:31:42 +0000 (15:31 +0000)
committerMarcus Boerger <helly@php.net>
Fri, 6 Jan 2006 15:31:42 +0000 (15:31 +0000)
ext/phar/phar.c

index 03d3dcedf66ca2fe1706989cb013e8927f27cfe3..1880e638fccbc1a6b8691464d7fda649b87f14fe 100644 (file)
@@ -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;