From 90d007d7ea184f73032e2eeb4be1c49de368155e Mon Sep 17 00:00:00 2001 From: Aizat Faiz Date: Mon, 21 Oct 2024 09:24:06 +0800 Subject: [PATCH] typo: eneity to entity --- fs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs.go b/fs.go index 441ceab..109395c 100644 --- a/fs.go +++ b/fs.go @@ -187,7 +187,7 @@ func (st *storer) Pairings() []Pairing { return arr } -// eneity is used in older versions to store public & private keys +// entity is used in older versions to store public & private keys // of the accessory and paired clients. // Use Keypair and Pairing instead. type entity struct {