Skip to content

Commit e539805

Browse files
author
Greg Beaver
committed
minor typo s/whetehr/whether/
1 parent f9fcda0 commit e539805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/phar/phar.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -877,7 +877,7 @@ int phar_open_file(php_stream *fp, char *fname, int fname_len, char *alias, int
877877

878878
mydata = ecalloc(sizeof(phar_archive_data), 1);
879879

880-
/* check whetehr we have meta data, zero check works regardless of byte order */
880+
/* check whether we have meta data, zero check works regardless of byte order */
881881
if (phar_parse_metadata(fp, &buffer, endbuffer, &mydata->metadata TSRMLS_CC) == FAILURE) {
882882
MAPPHAR_FAIL("unable to read phar metadata in .phar file \"%s\"");
883883
}

0 commit comments

Comments
 (0)