summaryrefslogtreecommitdiffstats
path: root/src/kernel/qprinter_unix.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/qprinter_unix.cpp')
-rw-r--r--src/kernel/qprinter_unix.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/qprinter_unix.cpp b/src/kernel/qprinter_unix.cpp
index 80b91d8c2..c1d234dfd 100644
--- a/src/kernel/qprinter_unix.cpp
+++ b/src/kernel/qprinter_unix.cpp
@@ -369,7 +369,7 @@ bool TQPrinter::cmd( int c, TQPainter *paint, TQPDevCmdParam *p )
#else
pid = fork();
if ( pid == 0 ) { // child process
- // if possible, exit tquickly, so the actual lp/lpr
+ // if possible, exit quickly, so the actual lp/lpr
// becomes a child of init, and ::waitpid() is
// guaranteed not to wait.
if ( fork() > 0 ) {