diff options
Diffstat (limited to 'object/store/errors.go')
| -rw-r--r-- | object/store/errors.go | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
