]> git.proxmox.com Git - mirror_qemu.git/blobdiff - python/qemu/machine/machine.py
Fix 'writeable' typos
[mirror_qemu.git] / python / qemu / machine / machine.py
index 07ac5a710bea2ccbfb1cfdb8c590f808987f4c3d..37191f433b2dd3d405cb2dc5301847e7cf16feb7 100644 (file)
@@ -495,7 +495,7 @@ class QEMUMachine:
         """
         # If we keep the console socket open, we may deadlock waiting
         # for QEMU to exit, while QEMU is waiting for the socket to
-        # become writeable.
+        # become writable.
         if self._console_socket is not None:
             self._console_socket.close()
             self._console_socket = None