Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
Co-authored-by: ronso0 <ronso0@mixxx.org>
  • Loading branch information
daschuer and ronso0 authored Sep 29, 2024
1 parent 5379a71 commit b8e3309
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/library/dao/trackdao.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -849,7 +849,7 @@ TrackPointer TrackDAO::addTracksAddFile(
// Continue and populate the (almost) empty track object
break;
case GlobalTrackCacheLookupResult::ConflictCanonicalLocation:
// Reject requests that would otherwise cause a caching caching conflict
// Reject requests that would otherwise cause a caching conflict
// by accessing the same, physical file from multiple tracks concurrently.
DEBUG_ASSERT(!pTrack);
DEBUG_ASSERT(cacheResolver.getTrackRef().hasCanonicalLocation());
Expand All @@ -858,7 +858,7 @@ TrackPointer TrackDAO::addTracksAddFile(
kLogger.warning()
<< "Failed to add track"
<< fileAccess.info().location()
<< "because tack"
<< "because track"
<< cacheResolver.getTrackRef().getLocation()
<< "with id"
<< cacheResolver.getTrackRef().getId()
Expand Down

0 comments on commit b8e3309

Please sign in to comment.