Index: trunk/phase3/includes/FileStore.php |
— | — | @@ -162,7 +162,7 @@ |
163 | 163 | function delete( $key ) { |
164 | 164 | $destPath = $this->filePath( $key ); |
165 | 165 | if( false === $destPath ) { |
166 | | - throw new FSExcepton( "file store does not contain file '$key'" ); |
| 166 | + throw new FSException( "file store does not contain file '$key'" ); |
167 | 167 | } else { |
168 | 168 | return FileStore::deleteFile( $destPath ); |
169 | 169 | } |