From a53f83f6a0d11b236f452e28774c0ce43118fc57 Mon Sep 17 00:00:00 2001 From: Andrew Ferrazzutti Date: Fri, 10 Oct 2025 01:52:43 -0400 Subject: [PATCH] Fix typo --- proposals/4140-delayed-events-futures.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposals/4140-delayed-events-futures.md b/proposals/4140-delayed-events-futures.md index 3a75574b0..dc7b9c23a 100644 --- a/proposals/4140-delayed-events-futures.md +++ b/proposals/4140-delayed-events-futures.md @@ -699,7 +699,7 @@ will be stored with the following outcome: "outcome": "cancel", "reason": "error", "error": { - "errorcode": "M_CANCELLED_BY_STATE_UPDATE", + "errcode": "M_CANCELLED_BY_STATE_UPDATE", "error":"The delayed event did not get sent because a different user updated the same state event. So the scheduled event might change it in an undesired way." }