X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fqtuiapplication.cpp;fp=src%2Fqtui%2Fqtuiapplication.cpp;h=4ed058385c245f51bd05a9a4ff61d2c186d2b3a9;hp=997f38b6e0422df0688fe5c4fd0fbe92aa58f182;hb=c8ddabf364eff2400c61cea395aefe69eb8ba1b3;hpb=0fdc92b633d25609933314dc4fd942a7ab5dd94a diff --git a/src/qtui/qtuiapplication.cpp b/src/qtui/qtuiapplication.cpp index 997f38b6..4ed05838 100644 --- a/src/qtui/qtuiapplication.cpp +++ b/src/qtui/qtuiapplication.cpp @@ -111,7 +111,7 @@ bool QtUiApplication::migrateSettings() return true; } else if (versionMinor < VERSION_MINOR_CURRENT) { - // We're upgrading - apply the neccessary upgrades from each interim version + // We're upgrading - apply the necessary upgrades from each interim version // curVersion will never equal VERSION_MINOR_CURRENT, as it represents the version before // the most recent applySettingsMigration() call. for (uint curVersion = versionMinor; curVersion < VERSION_MINOR_CURRENT; curVersion++) {