diff src/roomlist.h @ 8584:058efd3cb86f

[gaim-migrate @ 9334] " This is definitely not the most critical fix, but every time i see the text "catagory" my eyes bleed a little bit. This should remedy this unnecessary loss of blood - hopefully this way i can make my visits to the Red Cross more frequent." --Daniel Atallah committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Mon, 05 Apr 2004 17:33:34 +0000
parents 77baefe979c6
children 92cbf9713795
line wrap: on
line diff
--- a/src/roomlist.h	Mon Apr 05 07:11:24 2004 +0000
+++ b/src/roomlist.h	Mon Apr 05 17:33:34 2004 +0000
@@ -56,7 +56,7 @@
  * These are ORable flags.
  */
 enum _GaimRoomlistRoomType {
-	GAIM_ROOMLIST_ROOMTYPE_CATAGORY = 0x01, /**< It's a catagory, but not a room you can join. */
+	GAIM_ROOMLIST_ROOMTYPE_CATEGORY = 0x01, /**< It's a category, but not a room you can join. */
 	GAIM_ROOMLIST_ROOMTYPE_ROOM = 0x02,     /**< It's a room, like the kind you can join. */
 };
 
@@ -222,17 +222,17 @@
 void gaim_roomlist_cancel_get_list(GaimRoomlist *list);
 
 /**
- * Tells the prpl that a catagory was expanded.
+ * Tells the prpl that a category was expanded.
  *
- * On some protocols, the rooms in the catagory
+ * On some protocols, the rooms in the category
  * won't be fetched until this is called.
  *
  * @param list The room list.
- * @param room The catagory that was expanded. The expression
- *             (catagory->type & GAIM_ROOMLIST_ROOMTYPE_CATAGORY)
+ * @param room The category that was expanded. The expression
+ *             (category->type & GAIM_ROOMLIST_ROOMTYPE_CATEGORY)
  *             must be true.
  */
-void gaim_roomlist_expand_catagory(GaimRoomlist *list, GaimRoomlistRoom *catagory);
+void gaim_roomlist_expand_category(GaimRoomlist *list, GaimRoomlistRoom *category);
 
 /*@}*/