summaryrefslogtreecommitdiffstats
path: root/play
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-08-07 15:09:33 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-08-07 15:09:33 +0000
commit260a69d391044ab79fc2f6a4632a6fef168e754f (patch)
tree99117ee965b3f9fd63e2801c888971cbf90fc491 /play
parent0e252bbc4db2db69169ecefe0f968d8b2bedeae9 (diff)
downloadampache-260a69d391044ab79fc2f6a4632a6fef168e754f.tar.gz
ampache-260a69d391044ab79fc2f6a4632a6fef168e754f.tar.bz2
ampache-260a69d391044ab79fc2f6a4632a6fef168e754f.zip
fixed typo thanks jazzs3quence
Diffstat (limited to 'play')
-rw-r--r--play/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/play/index.php b/play/index.php
index 95840d70..778dc043 100644
--- a/play/index.php
+++ b/play/index.php
@@ -317,7 +317,7 @@ if ($bytesStreamed > $minBytesStreamed) {
}
}
else {
- debug_event('stream',$bytesStreamed .' of ' . $song->size . ' streamed, less then ' . $minBytesStreamed . ' not collecting stats','5');
+ debug_event('stream',$bytesStreamed .' of ' . $song->size . ' streamed, less than ' . $minBytesStreamed . ' not collecting stats','5');
}
/* Set the Song as Played if it isn't already */