summaryrefslogtreecommitdiffstats
path: root/src/library/library.cpp
diff options
context:
space:
mode:
authorUwe Klotz <uklotz@mixxx.org>2018-02-24 11:53:05 +0100
committerUwe Klotz <uklotz@mixxx.org>2018-02-24 12:00:03 +0100
commitc4635412d10039868b11f6b930fb54df73b8c53b (patch)
tree086586088bb5f173d27eae104252f235c9934d7c /src/library/library.cpp
parentc3337f78a98688e1dee68f8a43c8ad13271f5699 (diff)
Simplify code and add/reword/fix some comments
Diffstat (limited to 'src/library/library.cpp')
-rw-r--r--src/library/library.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library/library.cpp b/src/library/library.cpp
index d57e2b00bb..1a86ec22fa 100644
--- a/src/library/library.cpp
+++ b/src/library/library.cpp
@@ -447,7 +447,7 @@ void Library::saveCachedTrack(TrackPointer pTrack) noexcept {
// unlocked after leaving this function.
// Race conditions between database readers and writers are
// impossible as long as all database actions are executed in
- // the main thread and the invocation is submittedt through
+ // the main thread and the invocation is submitted through
// a direct connection.
// This method might be invoked from a different thread than
// the main thread. But database updates are currently only