summaryrefslogtreecommitdiff
path: root/examples/serialport/doc/blockingslave.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/serialport/doc/blockingslave.qdoc')
-rw-r--r--examples/serialport/doc/blockingslave.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/serialport/doc/blockingslave.qdoc b/examples/serialport/doc/blockingslave.qdoc
index c98080d..df35bfc 100644
--- a/examples/serialport/doc/blockingslave.qdoc
+++ b/examples/serialport/doc/blockingslave.qdoc
@@ -62,7 +62,7 @@
leads to simpler code, but because of its blocking behavior, it should only
be used in non-GUI threads to prevent the user interface from freezing.
But contrary to what many think, using threads with QThread does not
- necessarily add unmanagable complexity to your application.
+ necessarily add unmanageable complexity to your application.
This application is a Slave, that demonstrate the work paired with Master
application \l{Blocking Master Example}.