]> granicus.if.org Git - php/commitdiff
typo
authorGreg Beaver <cellog@php.net>
Fri, 16 Nov 2007 04:17:37 +0000 (04:17 +0000)
committerGreg Beaver <cellog@php.net>
Fri, 16 Nov 2007 04:17:37 +0000 (04:17 +0000)
ext/phar/phar_object.c

index 684fd128d3ce10cfed5c5238e6a03983d49907f4..70fc83ee0bc5f5d83998be421a6f75a272b77e0c 100755 (executable)
@@ -160,7 +160,7 @@ PHP_METHOD(Phar, canWrite)
 /* }}} */
 
 /* {{{ proto bool Phar::isValidPharFilename(string filename)
- * Returns whether the given filename is a vaild phar filename */
+ * Returns whether the given filename is a valid phar filename */
 PHP_METHOD(Phar, isValidPharFilename)
 {
        char *fname, *ext_str;