diff src/blist.h @ 6059:d8cd876e613e

[gaim-migrate @ 6509] I made a lot of server.c functions use const chat * instead of const * Made the alias entry have focus in the alias buddy dialog. Fixed a typo thanks to J. Silvestri committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 08 Jul 2003 03:36:41 +0000
parents d5f4ae4f9a02
children 5239a3b4ab33
line wrap: on
line diff
--- a/src/blist.h	Tue Jul 08 02:33:17 2003 +0000
+++ b/src/blist.h	Tue Jul 08 03:36:41 2003 +0000
@@ -265,7 +265,7 @@
 void gaim_blist_alias_buddy(struct buddy *buddy, const char *alias);
 
 /**
- * Sets the server-sent aliase of a buddy in the buddy list.
+ * Sets the server-sent alias of a buddy in the buddy list.
  *
  * @param buddy  The buddy whose alias will be changed.
  * @param alias  The buddy's "official" alias.