summaryrefslogtreecommitdiffstats
path: root/src/library/library.cpp
diff options
context:
space:
mode:
authorDaniel Schürmann <daschuer@mixxx.org>2018-04-22 21:00:59 +0200
committerGitHub <noreply@github.com>2018-04-22 21:00:59 +0200
commitc241ae5c2adb40fde92c2cc7e342973c31663410 (patch)
tree334d8575c522de156adfa730c20a30f21e75d09d /src/library/library.cpp
parent947694bc2ab3f65ac7452e09128dbbb7c60cdb1b (diff)
parent25fe375be073309f2cfc2bd5ae3a6ba07a64b04f (diff)
Merge pull request #1417 from luzpaz/misc-typos
Typo fixes
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 20d447656c..c47f813b3c 100644
--- a/src/library/library.cpp
+++ b/src/library/library.cpp
@@ -52,7 +52,7 @@ const QString Library::kConfigGroup("[Library]");
//static
const ConfigKey Library::kConfigKeyRepairDatabaseOnNextRestart(kConfigGroup, "RepairDatabaseOnNextRestart");
-// This is is the name which we use to register the WTrackTableView with the
+// This is the name which we use to register the WTrackTableView with the
// WLibrary
const QString Library::m_sTrackViewName = QString("WTrackTableView");