From c740211ffba3330d951f4c3ddefea8edf23a01cd Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 7 May 2013 21:58:34 -0500 Subject: Automated update from Qt3 --- src/kernel/qprinter_unix.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/kernel/qprinter_unix.cpp') 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 ) { -- cgit v1.2.3