fix id + typo

This commit is contained in:
Sebastian Klähn
2022-09-10 19:38:28 +02:00
parent fb564aedb2
commit f506b6882c
2 changed files with 2 additions and 2 deletions

View File

@@ -5732,7 +5732,7 @@ void dc_event_unref(dc_event_t* event);
* @param data1 (int) msg_id
*/
#define DC_EVENT_WEBXDC_INSTANCE_DELETED 2120
#define DC_EVENT_WEBXDC_INSTANCE_DELETED 2121
/**

View File

@@ -303,7 +303,7 @@ pub enum EventType {
status_update_serial: StatusUpdateSerial,
},
/// Inform that an instance cointaining a webxdc has been deleted
/// Inform that a message containing a webxdc instance has been deleted
WebXdInstanceDeleted {
msg_id: MsgId,
},