summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2014-02-07 14:05:46 +0100
committerAleksander Machniak <alec@alec.pl>2014-02-07 14:05:46 +0100
commite8dd47fb94ae967a78e5c687fb72d1096d19330b (patch)
tree82edd381bd24fda73fa36c98c1e304c5aae970a0 /bin
parentc83a9556e75c8f98cb94ff5f4c3656b773975f02 (diff)
Fixed typo in script output
Diffstat (limited to 'bin')
-rwxr-xr-xbin/update.sh2
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";