spelling of acquire

CURA-11650
This commit is contained in:
Saumya Jain 2024-03-07 16:35:19 +01:00
parent 5a3e2246e1
commit dc031c4674

View file

@ -425,7 +425,7 @@ class ThreeMFWriter(MeshWriter):
@call_on_qt_thread # must be called from the main thread because of OpenGL
def _createSnapshot(self):
Logger.log("d", "Creating thumbnail image...")
self._lock.aquire()
self._lock.acquire()
if not CuraApplication.getInstance().isVisible:
Logger.log("w", "Can't create snapshot when renderer not initialized.")
return None