diff options
author | Paul Arthur <paul.arthur@flowerysong.com> | 2012-11-13 18:44:46 -0500 |
---|---|---|
committer | Paul Arthur <paul.arthur@flowerysong.com> | 2012-11-13 18:44:46 -0500 |
commit | 75b6969ae12a87b1153ac2ead68eb2a5b2aee06e (patch) | |
tree | e58077d13c2ab32b1db04eb8fe4580f98bc4fd4a /lib/class/scrobbler.class.php | |
parent | 04d5d6192c50f8369cdf9d5c924f301d727068cb (diff) | |
download | ampache-75b6969ae12a87b1153ac2ead68eb2a5b2aee06e.tar.gz ampache-75b6969ae12a87b1153ac2ead68eb2a5b2aee06e.tar.bz2 ampache-75b6969ae12a87b1153ac2ead68eb2a5b2aee06e.zip |
Cosmetics: fix typo
Diffstat (limited to 'lib/class/scrobbler.class.php')
-rw-r--r-- | lib/class/scrobbler.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/class/scrobbler.class.php b/lib/class/scrobbler.class.php index b67c2a0f..662baaa6 100644 --- a/lib/class/scrobbler.class.php +++ b/lib/class/scrobbler.class.php @@ -149,7 +149,7 @@ class scrobbler { $data['submit_url'] = '/' . $matches[2]; } else { $this->error_msg = "Invalid POST URL returned, unable to continue. Sent:\n$get_string\n----\nReceived:\n" . $buffer . - "\n---------\nExpeceted:" . print_r($response,1); + "\n---------\nExpected:" . print_r($response, true); return false; } |