diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-02-07 14:05:46 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-02-07 14:45:19 +0100 |
commit | 8c32f881933c19e57b9148149d1c86eb802be3ff (patch) | |
tree | 12beb39286c6ccbd1eeb78546eda3b2cfcdd0825 | |
parent | b37954110d2184279a7f400d8750996a27b8f666 (diff) |
Fixed typo in script output
-rwxr-xr-x | bin/update.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/update.sh b/bin/update.sh index 9b72ef3bf..d35e1eb0d 100755 --- a/bin/update.sh +++ b/bin/update.sh @@ -147,7 +147,7 @@ if ($RCI->configured) { // check file type detection if ($RCI->check_mime_detection()) { echo "WARNING: File type detection doesn't work properly!\n"; - echo "Please check the 'mime_magic' config option or the finfo functions of PHP andrun this script again.\n"; + echo "Please check the 'mime_magic' config option or the finfo functions of PHP and run this script again.\n"; } if ($RCI->check_mime_extensions()) { echo "WARNING: Mimetype to file extension mapping doesn't work properly!\n"; |