Rename organise to organize

Prefer US spelling
This commit is contained in:
Jonas Kvinge
2020-08-04 21:18:14 +02:00
parent badc623a3c
commit 459404e3f0
43 changed files with 812 additions and 812 deletions

View File

@@ -137,7 +137,7 @@ bool GPodDevice::StartCopy(QList<Song::FileType> *supported_filetypes) {
if (!db_) db_wait_cond_.wait(&db_mutex_);
}
// Ensure only one "organise files" can be active at any one time
// Ensure only one "organize files" can be active at any one time
db_busy_.lock();
if (supported_filetypes) GetSupportedFiletypes(supported_filetypes);
@@ -257,7 +257,7 @@ void GPodDevice::WriteDatabase(bool success) {
}
}
// This is done in the organise thread so close the unique DB connection.
// This is done in the organize thread so close the unique DB connection.
backend_->Close();
songs_to_add_.clear();