From 6340d7b79822c51369d4a6370efd38f059b506c3 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sat, 16 May 2026 20:16:51 +0000 Subject: object/*: Fix lints --- object/store/errors.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'object/store/errors.go') diff --git a/object/store/errors.go b/object/store/errors.go index 74da4df1..4aaf9f84 100644 --- a/object/store/errors.go +++ b/object/store/errors.go @@ -10,8 +10,8 @@ import "errors" var ErrObjectNotFound = errors.New("objectstore: object not found") // This is a sentinel with no details, -// because it could be a frequent occurence, +// because it could be a frequent occurrence, // and allocating frequently on expected error paths // would be extremely harmful to performance. // Sometime, I will audit this again. -// TODO \ No newline at end of file +// TODO -- cgit v1.3.1-10-gc9f91