... | ... |
@@ -2620,7 +2620,7 @@ avp_pvar: AVP_OR_PVAR { |
2620 | 2620 |
lval_tmp->type=LV_PVAR; |
2621 | 2621 |
} |
2622 | 2622 |
$$ = lval_tmp; |
2623 |
- DBG("parsed ambigous avp/pvar \"%.*s\" to %d\n", |
|
2623 |
+ DBG("parsed ambiguous avp/pvar \"%.*s\" to %d\n", |
|
2624 | 2624 |
s_tmp.len, s_tmp.s, lval_tmp->type); |
2625 | 2625 |
} |
2626 | 2626 |
; |
... | ... |
@@ -47,7 +47,7 @@ static const str_t *get_xcap_doc_dir(xcap_document_type_t doc_type) |
47 | 47 |
case xcap_doc_resource_lists: return &resource_lists; |
48 | 48 |
/* when new doc_type added, there will be a warning -> add it there */ |
49 | 49 |
} |
50 |
- WARN_LOG("unknow XCAP document type\n"); |
|
50 |
+ WARN_LOG("unknown XCAP document type\n"); |
|
51 | 51 |
return NULL; |
52 | 52 |
} |
53 | 53 |
|
... | ... |
@@ -65,7 +65,7 @@ static const str_t *get_default_user_doc(xcap_document_type_t doc_type) |
65 | 65 |
case xcap_doc_resource_lists: return &resource_lists; |
66 | 66 |
/* when new doc_type added, there will be a warning -> add it there */ |
67 | 67 |
} |
68 |
- WARN_LOG("unknow XCAP document type\n"); |
|
68 |
+ WARN_LOG("unknown XCAP document type\n"); |
|
69 | 69 |
return NULL; |
70 | 70 |
} |
71 | 71 |
|
... | ... |
@@ -105,7 +105,7 @@ static cfg_def_t tcp_cfg_def[] = { |
105 | 105 |
{ "new_conn_alias_flags", CFG_VAR_INT | CFG_ATOMIC, 0, 2, 0, 0, |
106 | 106 |
"flags for the def. aliases for a new conn. (FORCE_ADD:1, REPLACE:2 "}, |
107 | 107 |
{ "accept_no_cl", CFG_VAR_INT | CFG_ATOMIC, 0, 1, 0, 0, |
108 |
- "accept TCP messges without Content-Length "}, |
|
108 |
+ "accept TCP messages without Content-Length "}, |
|
109 | 109 |
/* internal and/or "fixed" versions of some vars |
110 | 110 |
(not supposed to be writeable, read will provide only debugging value*/ |
111 | 111 |
{ "rd_buf_size", CFG_VAR_INT | CFG_ATOMIC, 512, 16777216, 0, 0, |