diff --git a/install.php b/install.php
index 4b2eda3d..2db9cb12 100644
--- a/install.php
+++ b/install.php
@@ -138,10 +138,10 @@ function check_im_version() {
function eok($name, $value) {
echo "
$name ... ";
if($value) {
- echo "ok\n";
+ echo "ok\n";
}
else {
- echo "failed\n";
+ echo "failed\n";
}
}
// }}}
@@ -171,7 +171,7 @@ function ask_questions() { // {{{
if(check_gd_version() == 0 && check_im_version() == 0) {
$errors[] = "
- No thumbnailers cound be found - install the imagemagick
+ No thumbnailers could be found - install the imagemagick
tools (or the PHP-GD library, of imagemagick is unavailable).
";
}