From: Greg Beaver Date: Wed, 21 Mar 2007 17:14:46 +0000 (+0000) Subject: minor typo s/whetehr/whether/ X-Git-Tag: RELEASE_1_0_1~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e53980587f49767324e7f11911729264c9aa52e8;p=php minor typo s/whetehr/whether/ --- diff --git a/ext/phar/phar.c b/ext/phar/phar.c index 5b10faf915..de5802147b 100644 --- a/ext/phar/phar.c +++ b/ext/phar/phar.c @@ -877,7 +877,7 @@ int phar_open_file(php_stream *fp, char *fname, int fname_len, char *alias, int mydata = ecalloc(sizeof(phar_archive_data), 1); - /* check whetehr we have meta data, zero check works regardless of byte order */ + /* check whether we have meta data, zero check works regardless of byte order */ if (phar_parse_metadata(fp, &buffer, endbuffer, &mydata->metadata TSRMLS_CC) == FAILURE) { MAPPHAR_FAIL("unable to read phar metadata in .phar file \"%s\""); }