From d14b5215ebd23097f504607c1db3f653c58cf3e9 Mon Sep 17 00:00:00 2001 From: Paul Arthur Date: Fri, 25 Jan 2013 20:30:23 -0500 Subject: Cosmetics: s/incase/in case/ --- play/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'play/index.php') 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 { -- cgit