Browse Source

mqtt: typo

Дилян Палаузов 2 năm trước cách đây
mục cha
commit
c632c5fd6a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/modules/mqtt/mqtt_dispatch.c

+ 1 - 1
src/modules/mqtt/mqtt_dispatch.c

@@ -509,7 +509,7 @@ int pv_get_mqtt(sip_msg_t *msg, pv_param_t *param, pv_value_t *res)
 		qos = message->qos;
 	}
 
-	// populate value depeding on the param name
+	// populate value depending on the param name
 	// see pv_parse_mqtt_name()
 	switch(param->pvn.u.isname.name.n) {
 		case 0: