comparison src/accountopt.h @ 13309:128324dcc821

[gaim-migrate @ 15675] Typo fixes committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Tue, 21 Feb 2006 19:45:14 +0000
parents d5937f126c60
children
comparison
equal deleted inserted replaced
13308:e7d1ecb0a940 13309:128324dcc821
223 GaimPrefType gaim_account_option_get_type(const GaimAccountOption *option); 223 GaimPrefType gaim_account_option_get_type(const GaimAccountOption *option);
224 224
225 /** 225 /**
226 * Returns the text for an account option. 226 * Returns the text for an account option.
227 * 227 *
228 * @param option The accont option. 228 * @param option The account option.
229 * 229 *
230 * @return The account option's text. 230 * @return The account option's text.
231 */ 231 */
232 const char *gaim_account_option_get_text(const GaimAccountOption *option); 232 const char *gaim_account_option_get_text(const GaimAccountOption *option);
233 233
234 /** 234 /**
235 * Returns the account setting for an account option. 235 * Returns the account setting for an account option.
236 * 236 *
237 * @param option The accont option. 237 * @param option The account option.
238 * 238 *
239 * @return The account setting. 239 * @return The account setting.
240 */ 240 */
241 const char *gaim_account_option_get_setting(const GaimAccountOption *option); 241 const char *gaim_account_option_get_setting(const GaimAccountOption *option);
242 242