Fix typos and spelling

This commit is contained in:
Jonas Kvinge
2019-08-22 18:45:32 +02:00
parent f81ecffda6
commit d199a2be0d
30 changed files with 42 additions and 44 deletions

View File

@@ -385,7 +385,7 @@ void PlaylistManager::SetActiveToCurrent() {
// Check if we need to update the active playlist.
// By calling SetActiveToCurrent, the playlist manager emits the signal "ActiveChanged".
// This signal causes the network remote module to send all playlists to the clients, even no change happend.
// This signal causes the network remote module to send all playlists to the clients, even if no change happen.
if (current_id() != active_id()) {
SetActivePlaylist(current_id());
}