Fix typo aquire -> acquire

https://en.wiktionary.org/wiki/aquire
This commit is contained in:
Maxime Biette
2021-07-09 14:24:07 -04:00
parent 91c6823e0c
commit ac04432453
45 changed files with 234 additions and 234 deletions

View File

@ -66,7 +66,7 @@ void ConfigManager::disableAutoSave() {
}
}
void ConfigManager::aquire() {
void ConfigManager::acquire() {
mtx.lock();
}