Index: trunk/extensions/VipsScaler/SpecialVipsTest.php |
— | — | @@ -255,7 +255,7 @@ |
256 | 256 | 'file' => $file->getName(), |
257 | 257 | 'thumb' => $handler->makeParamString( $params ) . '-' . $file->getName() |
258 | 258 | ) ); |
259 | | - wfDebug( __METHOD__ . ": Getting vips thumb from remove url $url\n" ); |
| 259 | + wfDebug( __METHOD__ . ": Getting vips thumb from remote url $url\n" ); |
260 | 260 | |
261 | 261 | $options = array( 'method' => 'GET' ); |
262 | 262 | if ( $wgVipsThumbnailerProxy ) { |