diff --git a/src/modules/tmrec/doc/tmrec_admin.xml b/src/modules/tmrec/doc/tmrec_admin.xml index 1bea2e9d7c2..681619f77d3 100644 --- a/src/modules/tmrec/doc/tmrec_admin.xml +++ b/src/modules/tmrec/doc/tmrec_admin.xml @@ -60,7 +60,7 @@ <varname>separator</varname> (str) Separator character used to delimit attributes in time - reccurrence definitions. + recurrence definitions. diff --git a/src/modules/tmrec/tmrec_mod.c b/src/modules/tmrec/tmrec_mod.c index 5cb57aa2c06..78949a94190 100644 --- a/src/modules/tmrec/tmrec_mod.c +++ b/src/modules/tmrec/tmrec_mod.c @@ -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;