diff options
author | Paul 'flowerysong' Arthur <flowerysong00@yahoo.com> | 2010-04-28 22:25:23 +0000 |
---|---|---|
committer | Paul 'flowerysong' Arthur <flowerysong00@yahoo.com> | 2010-04-28 22:25:23 +0000 |
commit | feae94b52b06a6d9be040c6636416f07cae87749 (patch) | |
tree | 55cfd944319445e11111af0fd4b8e309136282ec /lib/class/api.class.php | |
parent | b290f52c8d13b21cf4620035206957e3bc3dbcdb (diff) | |
download | ampache-feae94b52b06a6d9be040c6636416f07cae87749.tar.gz ampache-feae94b52b06a6d9be040c6636416f07cae87749.tar.bz2 ampache-feae94b52b06a6d9be040c6636416f07cae87749.zip |
Cosmetics. %s/assoicated/associated/g
Diffstat (limited to 'lib/class/api.class.php')
-rw-r--r-- | lib/class/api.class.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/class/api.class.php b/lib/class/api.class.php index 5c2575fd..fc42a9fe 100644 --- a/lib/class/api.class.php +++ b/lib/class/api.class.php @@ -398,7 +398,7 @@ class Api { /** * tag_artists - * This returns the artists assoicated with the tag in question as defined by the UID + * This returns the artists associated with the tag in question as defined by the UID */ public static function tag_artists($input) { @@ -414,7 +414,7 @@ class Api { /** * tag_albums - * This returns the albums assoicated with the tag in question + * This returns the albums associated with the tag in question */ public static function tag_albums($input) { |