From d3faf18251c7bfc92e01269e5343a7bfaff121d1 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Sat, 19 Dec 2020 17:42:24 +0100 Subject: [PATCH] Fix typo --- Changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changelog b/Changelog index b9656c86d..a438b9569 100644 --- a/Changelog +++ b/Changelog @@ -6,7 +6,7 @@ ChangeLog Bugfixes: * Fix return type of SmartPlaylistQueryWizardPlugin::type(). - * Fix comparsion between QChar and integer to use QChar::unicode(). + * Fix comparison between QChar and integer to use QChar::unicode(). * Fix return type of qHash with Qt 6 to use size_t instead of uint. * Fix tag edit dialog save process sometimes stuck. * Fix repeat and shuffle buttons greyed out when a dynamic playlist is open.