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/user.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/user.class.php')
-rw-r--r-- | lib/class/user.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/class/user.class.php b/lib/class/user.class.php index f4bc68b5..0c5c0653 100644 --- a/lib/class/user.class.php +++ b/lib/class/user.class.php @@ -915,7 +915,7 @@ class User extends database_object { /** * delete - * deletes this user and everything assoicated with it. This will affect + * deletes this user and everything associated with it. This will affect * ratings and tottal stats */ public function delete() { |