summaryrefslogtreecommitdiffstats
path: root/src/library/setlogfeature.cpp
diff options
context:
space:
mode:
authorluz.paz <luzpaz@users.noreply.github.com>2018-08-17 20:07:48 -0400
committerluz paz <luzpaz@users.noreply.github.com>2018-09-19 08:18:44 -0400
commit0bff427d752b5f3f968ecb5751ea785457d00854 (patch)
treef2c0a7b4f1a01e4e217a8f1ab02021d935eda81d /src/library/setlogfeature.cpp
parentabd080ec1fca93f70b3bca2169433b8d5a4a5fa6 (diff)
Misc. typos
Found via `codespell`
Diffstat (limited to 'src/library/setlogfeature.cpp')
-rw-r--r--src/library/setlogfeature.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library/setlogfeature.cpp b/src/library/setlogfeature.cpp
index c801727e08..b313c19c22 100644
--- a/src/library/setlogfeature.cpp
+++ b/src/library/setlogfeature.cpp
@@ -199,7 +199,7 @@ void SetlogFeature::slotJoinWithPrevious() {
return;
}
- // Add every track from right klicked playlist to that with the next smaller ID
+ // Add every track from right-clicked playlist to that with the next smaller ID
int previousPlaylistId = m_playlistDao.getPreviousPlaylist(currentPlaylistId, PlaylistDAO::PLHT_SET_LOG);
if (previousPlaylistId >= 0) {