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/tag.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/tag.class.php')
-rw-r--r-- | lib/class/tag.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/class/tag.class.php b/lib/class/tag.class.php index 5fb6cc18..83548e36 100644 --- a/lib/class/tag.class.php +++ b/lib/class/tag.class.php @@ -454,7 +454,7 @@ class Tag extends database_object { /** * count - * This returns the count for the all objects assoicated with this tag + * This returns the count for the all objects associated with this tag * If a type is specific only counts for said type are returned */ public function count($type='') { |