From eff52ef3b72bb773131618b2d7e1c23d57e58b54 Mon Sep 17 00:00:00 2001 From: Jesse van Papenrecht Date: Mon, 2 May 2022 10:49:59 +0200 Subject: [PATCH] fix typo for scanInvoicesOnStart [skip ci] --- invoices/invoiceregistry.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invoices/invoiceregistry.go b/invoices/invoiceregistry.go index 327974be5..6505e259e 100644 --- a/invoices/invoiceregistry.go +++ b/invoices/invoiceregistry.go @@ -158,7 +158,7 @@ func NewRegistry(cdb *channeldb.DB, expiryWatcher *InvoiceExpiryWatcher, } // scanInvoicesOnStart will scan all invoices on start and add active invoices -// to the invoice expirt watcher while also attempting to delete all canceled +// to the invoice expiry watcher while also attempting to delete all canceled // invoices. func (i *InvoiceRegistry) scanInvoicesOnStart() error { var (