Skip to content

Commit

Permalink
Fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mtdowling committed Mar 27, 2015
1 parent 0f62f6e commit ffe27f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/S3/StreamWrapper.php
Expand Up @@ -683,7 +683,7 @@ private function formatUrlStat($result = null)
case 'array':
// Regular file with 0777 access - see "man 2 stat".
$stat['mode'] = $stat[2] = 0100777;
// Pluck the content-type if available.
// Pluck the content-length if available.
if (isset($result['ContentLength'])) {
$stat['size'] = $stat[7] = $result['ContentLength'];
} elseif (isset($stat['Size'])) {
Expand Down

0 comments on commit ffe27f0

Please sign in to comment.