Source typo fix

minor typo in function saveIfNeccessary() to saveIfNecessary()
This commit is contained in:
luz.paz
2018-07-13 18:49:48 -04:00
parent a70aa3a151
commit 168bc9bb46
3 changed files with 5 additions and 5 deletions

View File

@@ -91,7 +91,7 @@ DownloadManager::DownloadManager(QWidget *parent)
DownloadManager::~DownloadManager()
{
m_autoSaver->changeOccurred();
m_autoSaver->saveIfNeccessary();
m_autoSaver->saveIfNecessary();
if (m_iconProvider)
delete m_iconProvider;
delete ui;