summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMorten Engvoldsen <morten.engvoldsen@nokia.com>2010-10-07 08:19:30 (GMT)
committerMorten Engvoldsen <morten.engvoldsen@nokia.com>2010-10-07 08:19:30 (GMT)
commit51633dc7aadae91ade11c4e28947f739c59c10a4 (patch)
tree7b7158918001df23d741ef8b1823a644e2b001ae /doc
parent08ba207866358e95d320749da5aac0514a9db5a6 (diff)
downloadQt-51633dc7aadae91ade11c4e28947f739c59c10a4.zip
Qt-51633dc7aadae91ade11c4e28947f739c59c10a4.tar.gz
Qt-51633dc7aadae91ade11c4e28947f739c59c10a4.tar.bz2
Doc: correcting typo
Diffstat (limited to 'doc')
-rw-r--r--doc/src/howtos/unix-signal-handlers.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/howtos/unix-signal-handlers.qdoc b/doc/src/howtos/unix-signal-handlers.qdoc
index fe01772..ca34bfb 100644
--- a/doc/src/howtos/unix-signal-handlers.qdoc
+++ b/doc/src/howtos/unix-signal-handlers.qdoc
@@ -78,7 +78,7 @@
In your Unix signal handlers, you write a byte to the \e write end
of a socket pair and return. This will cause the corresponding
QSocketNotifier to emit its activated() signal, which will in turn
- cause the appropriate Qt slott function to run.
+ cause the appropriate Qt slot function to run.
\snippet doc/src/snippets/code/doc_src_unix-signal-handlers.qdoc 3