From f8fc32d6e0cfcf269e40c635494fac46b17a8fc2 Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Mon, 1 Jun 2020 17:15:14 +0100 Subject: [PATCH] defletions --- syncapi/storage/interface.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syncapi/storage/interface.go b/syncapi/storage/interface.go index b6d4d2df2..566e5d589 100644 --- a/syncapi/storage/interface.go +++ b/syncapi/storage/interface.go @@ -112,7 +112,7 @@ type Database interface { // - "events": a list of send-to-device events that should be included in the sync // - "changes": a list of send-to-device events that should be updated in the database by // CleanSendToDeviceUpdates - // - "defletions": a list of send-to-device events which have been confirmed as sent and + // - "deletions": a list of send-to-device events which have been confirmed as sent and // can be deleted altogether by CleanSendToDeviceUpdates // The token supplied should be the current requested sync token, e.g. from the "since" // parameter.