Skip to content

Commit

Permalink
Merge pull request #2125 from testwill/typo
Browse files Browse the repository at this point in the history
fix: typo
  • Loading branch information
mtrmac authored Sep 20, 2023
2 parents 5fb9820 + 3541cf4 commit cac3524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/blobinfocache/sqlite/sqlite.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ func (sqc *cache) Open() {
if sqc.refCount == 0 {
db, err := rawOpen(sqc.path)
if err != nil {
logrus.Warnf("Error opening (previously-succesfully-opened) blob info cache at %q: %v", sqc.path, err)
logrus.Warnf("Error opening (previously-successfully-opened) blob info cache at %q: %v", sqc.path, err)
db = nil // But still increase sqc.refCount, because a .Close() will happen
}
sqc.db = db
Expand Down

0 comments on commit cac3524

Please sign in to comment.