fixed phpdocs and incorrect exception names

This commit is contained in:
Petr Skoda 2010-09-18 10:31:31 +00:00
parent 08b4939be9
commit 8a680500c6
3 changed files with 5 additions and 5 deletions

View file

@ -116,7 +116,7 @@ abstract class file_archive implements Iterator {
/**
* Tries to convert $localname into another encoding,
* please note that it may fail really badly.
* @param strin $localname in utf-8 encoding
* @param string $localname in utf-8 encoding
* @return string
*/
protected function mangle_pathname($localname) {