summaryrefslogtreecommitdiffstats
path: root/play
diff options
context:
space:
mode:
authorPaul Arthur <paul.arthur@flowerysong.com>2013-01-25 20:30:23 -0500
committerPaul Arthur <paul.arthur@flowerysong.com>2013-01-25 20:30:36 -0500
commitd14b5215ebd23097f504607c1db3f653c58cf3e9 (patch)
treef25fc0fff0d69ffaac22226decef54db45781c2c /play
parentc864d180cb1d11bd40d237284e43badbb2429e89 (diff)
downloadampache-d14b5215ebd23097f504607c1db3f653c58cf3e9.tar.gz
ampache-d14b5215ebd23097f504607c1db3f653c58cf3e9.tar.bz2
ampache-d14b5215ebd23097f504607c1db3f653c58cf3e9.zip
Cosmetics: s/incase/in case/
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 c76bdc34..cc3f9437 100644
--- a/play/index.php
+++ b/play/index.php
@@ -165,7 +165,7 @@ if ($demo_id) {
if ($random) {
if ($start < 1) {
$oid = Random::get_single_song($_REQUEST['type']);
- // Save this one incase we do a seek
+ // Save this one in case we do a seek
$_SESSION['random']['last'] = $oid;
}
else {