X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FZipDirectoryReader.php;h=307efcea8de51dd5269e5bfef331ba4127e0a5ab;hb=7db558ee417ccae95e2bf295554a8eecd2d49e04;hp=a24c01be331d9304084b4d3bce850831bc0cc79e;hpb=6114f05fc1e5d196db23287e829ccef44148d60d;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/ZipDirectoryReader.php b/includes/ZipDirectoryReader.php index a24c01be33..307efcea8d 100644 --- a/includes/ZipDirectoryReader.php +++ b/includes/ZipDirectoryReader.php @@ -162,7 +162,7 @@ class ZipDirectoryReader { || $this->eocdr['CD entries total'] == 0xffff ) { $this->error( 'zip-unsupported', 'Central directory header indicates ZIP64, ' . - 'but we are in legacy mode. Rejecting this upload is necessary to avoid '. + 'but we are in legacy mode. Rejecting this upload is necessary to avoid ' . 'opening vulnerabilities on clients using OpenJDK 7 or later.' ); } @@ -538,7 +538,7 @@ class ZipDirectoryReader { * of length self::SEGSIZE. The result is cached. This is a helper function * for getBlock(). * - * If there are not enough bytes in the file to satsify the request, the + * If there are not enough bytes in the file to satisfy the request, the * return value will be truncated. If a request is made for a segment beyond * the end of the file, an empty string will be returned. * @return string