diff --git a/YACReaderLibrary/yacreader_libraries.cpp b/YACReaderLibrary/yacreader_libraries.cpp index 94f5bf83..d21387f7 100644 --- a/YACReaderLibrary/yacreader_libraries.cpp +++ b/YACReaderLibrary/yacreader_libraries.cpp @@ -154,7 +154,7 @@ void YACReaderLibraries::load() if (settings.value(LIBRARIES).isValid()) { QByteArray data = settings.value(LIBRARIES).toByteArray(); - // in 9.14 the format of libraries has changeg, so we need to check if we can do a migration + // in 9.14 the format of libraries has changed, so we need to check if we can do a migration QDataStream legacyIn(&data, QIODevice::ReadOnly); QMap> legacyLibraries; legacyIn >> legacyLibraries;