diff options
author | Paul Arthur <paul.arthur@flowerysong.com> | 2013-01-25 20:30:23 -0500 |
---|---|---|
committer | Paul Arthur <paul.arthur@flowerysong.com> | 2013-01-25 20:30:36 -0500 |
commit | d14b5215ebd23097f504607c1db3f653c58cf3e9 (patch) | |
tree | f25fc0fff0d69ffaac22226decef54db45781c2c /play | |
parent | c864d180cb1d11bd40d237284e43badbb2429e89 (diff) | |
download | ampache-d14b5215ebd23097f504607c1db3f653c58cf3e9.tar.gz ampache-d14b5215ebd23097f504607c1db3f653c58cf3e9.tar.bz2 ampache-d14b5215ebd23097f504607c1db3f653c58cf3e9.zip |
Cosmetics: s/incase/in case/
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 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 { |