# HG changeset patch # User Luke Schierer # Date 1068997470 0 # Node ID 2c165d32f104fa285f4dd6e06e6baa6af91219d5 # Parent af075ccd23c604de4aba0d35ecb72d33776deb1e [gaim-migrate @ 8144] i hate spelling committer: Tailor Script diff -r af075ccd23c6 -r 2c165d32f104 HACKING --- a/HACKING Sun Nov 16 15:08:14 2003 +0000 +++ b/HACKING Sun Nov 16 15:44:30 2003 +0000 @@ -146,7 +146,7 @@ This controls the GaimAccount struct, which stores information on each account a user registers with gaim. Usernames, pass- words, user info, alias, user specific options, and everything - else controled from within the account editor (and then some) + else controlled from within the account editor (and then some) are handled via this code. accountopt.[ch]: @@ -165,7 +165,7 @@ This takes care of the buddy list backend, the blist.xml file, importing old buddy list files, and related things like finding buddies and groups. buddies, contacts, and groups - are controled from these files. + are controlled from these files. buddy_chat.c: This takes care of the buddy chat stuff. This used to be a lot bigger