# HG changeset patch # User Richard Laager # Date 1226895485 0 # Node ID cdd5c6929c521282b9fd9983a4aeef91358ebac8 # Parent 6e6f7e69e0d4397a9c4383be479eff2483823edc s/savable/saveable/ diff -r 6e6f7e69e0d4 -r cdd5c6929c52 libpurple/status.h --- a/libpurple/status.h Mon Nov 17 03:06:55 2008 +0000 +++ b/libpurple/status.h Mon Nov 17 04:18:05 2008 +0000 @@ -50,8 +50,8 @@ * your accounts are saved so that the next time you start Purple, * your accounts will be set to their last known statuses. There * is also a list of saved statuses that are written to the - * status.xml file. Also, each PurpleStatus has a "savable" boolean. - * If "savable" is set to FALSE then the status is NEVER saved. + * status.xml file. Also, each PurpleStatus has a "saveable" boolean. + * If "saveable" is set to FALSE then the status is NEVER saved. * All PurpleStatuses should be inside a PurplePresence. * * @@ -203,7 +203,7 @@ /** * Creates a new status type with some default values (not - * savable and not independent). + * saveable and not independent). * * @param primitive The primitive status type. * @param id The ID of the status type, or @c NULL to use the id of