... | ... |
@@ -1129,7 +1129,7 @@ modparam("acc", "cdr_start_on_confirmed", 1) |
1129 | 1129 |
6.34. cdr_facility (integer) |
1130 | 1130 |
|
1131 | 1131 |
Log facility to which CDR messages are issued to syslog. This allows to |
1132 |
- easily seperate CDR-specific logging from the other log messages. |
|
1132 |
+ easily separate CDR-specific logging from the other log messages. |
|
1133 | 1133 |
|
1134 | 1134 |
Default value is LOG_DAEMON. |
1135 | 1135 |
|
... | ... |
@@ -533,7 +533,7 @@ ldap_result("telephoneNumber/$avp(s:tel_number)"); |
533 | 533 |
AVP. It can be either str for string, or int for integer. If avp_type |
534 | 534 |
is specified as int then ldap_result tries to convert the LDAP |
535 | 535 |
attribute values to integer. In this case, the values are only stored |
536 |
- as AVP if the conversion to integer is succesfull. |
|
536 |
+ as AVP if the conversion to integer is successful. |
|
537 | 537 |
|
538 | 538 |
Function Parameters: |
539 | 539 |
|