docs: Fix typo

Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
Acked-by: Uri Lublin <uril@redhat.com>
This commit is contained in:
Frediano Ziglio 2019-03-11 14:02:27 +00:00
parent dab09ad66b
commit f0f6380b81

View File

@ -1,7 +1,7 @@
How does SPICE handle threading
-------------------------------
Lots of code run in a single thread.
Lots of code runs in a single thread.
Qemu usually calls SPICE from its main thread except on callbacks to code
already running in different threads.