diff options
Diffstat (limited to 'thumb.php5')
-rw-r--r-- | thumb.php5 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ <?php /** * Version of thumb.php to used in web server requiring .php5 extension - * to execute scripts with PHP5 egine. + * to execute scripts with PHP5 engine. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -22,4 +22,4 @@ * @ingroup Media */ -require './thumb.php'; +require './thumb.php'; |