diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-08-07 15:09:33 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-08-07 15:09:33 +0000 |
commit | 260a69d391044ab79fc2f6a4632a6fef168e754f (patch) | |
tree | 99117ee965b3f9fd63e2801c888971cbf90fc491 /play | |
parent | 0e252bbc4db2db69169ecefe0f968d8b2bedeae9 (diff) | |
download | ampache-260a69d391044ab79fc2f6a4632a6fef168e754f.tar.gz ampache-260a69d391044ab79fc2f6a4632a6fef168e754f.tar.bz2 ampache-260a69d391044ab79fc2f6a4632a6fef168e754f.zip |
fixed typo thanks jazzs3quence
Diffstat (limited to 'play')
-rw-r--r-- | play/index.php | 2 |
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 */ |