summaryrefslogtreecommitdiffstats
path: root/kioslave/DEBUG.howto
diff options
context:
space:
mode:
Diffstat (limited to 'kioslave/DEBUG.howto')
-rw-r--r--kioslave/DEBUG.howto2
1 files changed, 1 insertions, 1 deletions
diff --git a/kioslave/DEBUG.howto b/kioslave/DEBUG.howto
index 5275a26eb..581401bda 100644
--- a/kioslave/DEBUG.howto
+++ b/kioslave/DEBUG.howto
@@ -5,7 +5,7 @@ How does an io-slave get started?
Your application request 'klauncher' via DCOP for a slave. If 'klauncher' does
not have an idle slave ready, it will ask kdeinit to start a new one.
-kdeinit forks and dlopens the library that contains the io-slave.
+kdeinit forks and dlopens the library that tqcontains the io-slave.
Then it calls kdemain() or, if that is not present, main() in the library.