diff src/account.h @ 12286:255e6912607b

[gaim-migrate @ 14590] Mostly whitespace, but a couple small typo fixes, and an A;B -> B;A; swap to be consistent in plugins/notify.c committer: Tailor Script <tailor@pidgin.im>
author Etan Reisner <pidgin@unreliablesource.net>
date Thu, 01 Dec 2005 21:13:48 +0000
parents af257d8679fe
children fc464a0abccc
line wrap: on
line diff
--- a/src/account.h	Thu Dec 01 20:09:27 2005 +0000
+++ b/src/account.h	Thu Dec 01 21:13:48 2005 +0000
@@ -49,7 +49,7 @@
 	void (*status_changed)(GaimAccount *account, GaimStatus *status);
 	/* Someone we don't have on our list added us. Will prompt to add them. */
 	void (*request_add)(GaimAccount *account, const char *remote_user,
-	                    const char *id, const char *alis,
+	                    const char *id, const char *alias,
 	                    const char *message);
 };
 
@@ -142,7 +142,7 @@
  * This will present a dialog informing the user that he was added to the
  * remote user's buddy list.
  *
- * @param account The account that was added.
+ * @param account     The account that was added.
  * @param remote_user The name of the user that added this account.
  * @param id          The optional ID of the local account. Rarely used.
  * @param alias       The optional alias of the user.