瀏覽代碼

dialog: fix typo in warn message (#1731)

Thank you!
Dmitri Savolainen 6 年之前
父節點
當前提交
df6152fd69
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/modules/dialog/dlg_db_handler.c

+ 2 - 2
src/modules/dialog/dlg_db_handler.c

@@ -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");
 			}
 		}