Browse Source

exec: small typo in log message

Daniel-Constantin Mierla 7 năm trước cách đây
mục cha
commit
8a501f2be2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/modules/exec/exec_hf.c

+ 1 - 1
src/modules/exec/exec_hf.c

@@ -483,7 +483,7 @@ static int append_fixed_vars(struct sip_msg *msg, struct hf_wrapper **list)
 	} else {
 		if (!append_var(EV_OUSER, oparsed_uri.user.s, 
 					oparsed_uri.user.len, list)) {
-			LM_ERR("ppend_var OUSER failed\n");
+			LM_ERR("append_var OUSER failed\n");
 			goto error;
 		}
 	}