changeset 14275:c61d932c2a52

[gaim-migrate @ 16960] Minor comment change committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 21 Aug 2006 22:43:54 +0000
parents 43d9afee9c3c
children afeb14572fae
files libgaim/account.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libgaim/account.h	Mon Aug 21 22:08:19 2006 +0000
+++ b/libgaim/account.h	Mon Aug 21 22:43:54 2006 +0000
@@ -56,7 +56,7 @@
 struct _GaimAccount
 {
 	char *username;             /**< The username.                          */
-	char *alias;                /**< The current alias.                     */
+	char *alias;                /**< How you appear to yourself.            */
 	char *password;             /**< The account password.                  */
 	char *user_info;            /**< User information.                      */