summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorEtan Reisner <deryni@pidgin.im>2005-11-02 03:57:49 +0000
committerEtan Reisner <deryni@pidgin.im>2005-11-02 03:57:49 +0000
commit994193acba48f25d309d25924f8fef442d028374 (patch)
tree241d859c53998d2b3753914bd4933d666d9b40c8 /doc
parent028a20afce9a4cab8e5c75fc4fcb84bac128f12f (diff)
downloadpidgin-994193acba48f25d309d25924f8fef442d028374.tar.gz
[gaim-migrate @ 14238]
22:56:31 <SimGuy2k> deryni: those doc changes, s/who's/whose/ 22:57:12 <deryni> Bah, thanks.
Diffstat (limited to 'doc')
-rw-r--r--doc/blist-signals.dox4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/blist-signals.dox b/doc/blist-signals.dox
index 2a32173bb0..e7d7dba9bc 100644
--- a/doc/blist-signals.dox
+++ b/doc/blist-signals.dox
@@ -20,7 +20,7 @@ void (*buddy_away)(GaimBuddy *buddy, GaimStatus *old_status, GaimStatus *status)
@endsignalproto
@signaldesc
Emitted when a buddy on your buddy list goes away.
- @param buddy The buddy who's status changed.
+ @param buddy The buddy whose status changed.
@param old_status The status that the buddy just changed from.
@param status The status that the buddy just changed to.
@endsignaldef
@@ -31,7 +31,7 @@ void (*buddy_idle)(GaimBuddy *buddy, gboolean old_idle, gboolean idle);
@endsignalproto
@signaldesc
Emitted when a buddy on your buddy list becomes idle.
- @param buddy The buddy who's idle status changed.
+ @param buddy The buddy whose idle status changed.
@param old_idle Whether the buddy was idle.
@param idle Whether the buddy is currently idle.
@endsignaldef