diff src/status.h @ 10071:af06746954de

[gaim-migrate @ 11047] sf patch 1038040: Doxygen Fixes #3 This is from Jonathan Champ (royanee) Thanks! committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 01 Oct 2004 22:08:39 +0000
parents 39142bdd5ba6
children 9fdbfe832fac
line wrap: on
line diff
--- a/src/status.h	Wed Sep 29 15:01:33 2004 +0000
+++ b/src/status.h	Fri Oct 01 22:08:39 2004 +0000
@@ -246,7 +246,7 @@
 gboolean gaim_status_type_is_independent(const GaimStatusType *status_type);
 
 /**
- * Returns whether or not the status type is exlusive.
+ * Returns whether the status type is exclusive.
  *
  * @param status_type The status type.
  *
@@ -686,8 +686,8 @@
 /**
  * Sets the login time on a presence.
  *
- * @param presence The presence.
- * @param level    The login time.
+ * @param presence   The presence.
+ * @param login_time The login time.
  */
 void gaim_presence_set_login_time(GaimPresence *presence, time_t login_time);