From 63f113d908b58e885a2bc1b054960502195aab87 Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Tue, 26 Feb 2013 01:30:56 +0000 Subject: it's ==> its & its == > it's as needed. svn path=/trunk/; revision=47893 --- plugins/mate/mate_util.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/mate') diff --git a/plugins/mate/mate_util.h b/plugins/mate/mate_util.h index 87afbf6a6d..140aaefb2b 100644 --- a/plugins/mate/mate_util.h +++ b/plugins/mate/mate_util.h @@ -233,7 +233,7 @@ extern AVP* extract_avp_by_name(AVPL* avpl, gchar* name); extern gchar* avpl_to_str(AVPL* avpl); extern gchar* avpl_to_dotstr(AVPL*); -/* deletes an avp list and eventually it's contents */ +/* deletes an avp list and eventually its contents */ extern void delete_avpl(AVPL* avpl, gboolean avps_too); /* @@ -266,7 +266,7 @@ extern AVPL* extract_last_avpl(LoAL* loal); /* it will get the next avp list from a LoAL, using cookie to keep state */ extern AVPL* get_next_avpl(LoAL* loal,void** cookie); -/* deletes a loal and eventually it's contents */ +/* deletes a loal and eventually its contents */ extern void delete_loal(LoAL* loal, gboolean avpls_too, gboolean avps_too); -- cgit v1.2.1