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

@@ -32,7 +32,7 @@ namespace ImGui {
}
}
float* SymbolDiagram::aquireBuffer() {
float* SymbolDiagram::acquireBuffer() {
bufferMtx.lock();
return buffer;
}