Skip to content

Commit

Permalink
tmrec: typos recurrence
Browse files Browse the repository at this point in the history
  • Loading branch information
dilyanpalauzov authored and miconda committed Jun 12, 2023
1 parent d5501cf commit 6625951
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/modules/tmrec/doc/tmrec_admin.xml
Expand Up @@ -60,7 +60,7 @@
<title><varname>separator</varname> (str)</title>
<para>
Separator character used to delimit attributes in time
reccurrence definitions.
recurrence definitions.
</para>
<para>
<emphasis>
Expand Down
2 changes: 1 addition & 1 deletion src/modules/tmrec/tmrec_mod.c
Expand Up @@ -202,7 +202,7 @@ static int ki_tmrec_match_timestamp(sip_msg_t *msg, str *rv, int ti)
if(ac_tm_set_time(&act, tv) < 0)
goto error;

/* match the specified recurence */
/* match the specified recurrence */
if(tr_check_recurrence(&tmr, &act, 0) != 0)
goto error;

Expand Down

0 comments on commit 6625951

Please sign in to comment.