|
@@ -643,14 +643,14 @@ static int load_dialog_vars_from_db(int fetch_num_rows, int mode,
|
|
|
}
|
|
|
dlg = dlg->next;
|
|
|
if (!dlg) {
|
|
|
- LM_WARN("insonsistent data: the dialog h_entry/h_id does not exist!\n");
|
|
|
+ LM_WARN("inconsistent data: the dialog h_entry/h_id does not exist!\n");
|
|
|
}
|
|
|
}
|
|
|
if(mode==1 && mval!=NULL) {
|
|
|
dlg_unlock(d_table, &(d_table->entries[VAL_INT(values)]));
|
|
|
}
|
|
|
} else {
|
|
|
- LM_WARN("insonsistent data: the h_entry in the DB does not exist!\n");
|
|
|
+ LM_WARN("inconsistent data: the h_entry in the DB does not exist!\n");
|
|
|
}
|
|
|
}
|
|
|
|