From: Fabian Keil Date: Sat, 31 Dec 2011 14:49:58 +0000 (+0000) Subject: Fix grammar in get_action_token()'s description X-Git-Tag: v_3_0_20~427 X-Git-Url: http://www.privoxy.org/gitweb/@default-cgi@/static/quickstart.html?a=commitdiff_plain;h=79fc59d24400f8dcff337b018d6b72b9f8f894c6;p=privoxy.git Fix grammar in get_action_token()'s description --- diff --git a/actions.c b/actions.c index e3911406..13170d14 100644 --- a/actions.c +++ b/actions.c @@ -1,4 +1,4 @@ -const char actions_rcs[] = "$Id: actions.c,v 1.73 2011/09/18 14:43:07 fabiankeil Exp $"; +const char actions_rcs[] = "$Id: actions.c,v 1.74 2011/12/31 14:47:44 fabiankeil Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/actions.c,v $ @@ -318,7 +318,7 @@ void free_action (struct action_spec *src) * Function : get_action_token * * Description : Parses a line for the first action. - * Modifies it's input array, doesn't allocate memory. + * Modifies its input array, doesn't allocate memory. * e.g. given: * *line=" +abc{def} -ghi " * Returns: