Fix spelling mistake in comment for linter...

This commit is contained in:
Devon Hudson 2023-01-19 16:07:49 -07:00
parent 87fde8fdf8
commit e958251461
No known key found for this signature in database
GPG key ID: CD06B18E77F6A628

View file

@ -106,7 +106,7 @@ func (d *Database) CleanTransactions(
// So for multiple destinations we would call send_relay multiple times and have multiple
// json entries of the same transaction.
//
// TLDR; this works as expected right now but can easily be optimized in the future.
// TLDR; this works as expected right now but can easily be optimised in the future.
deleteJSONErr := d.RelayQueueJSON.DeleteQueueJSON(ctx, txn, nids)
if deleteEntryErr != nil {