QProcess documentation typo fix and improvement.
authorRafael Roquetto <rafael.roquetto@kdab.com>
Fri, 17 Feb 2012 11:17:30 +0000 (12:17 +0100)
committerQt by Nokia <qt-info@nokia.com>
Fri, 17 Feb 2012 15:42:28 +0000 (16:42 +0100)
The word 'momentaneously' does not exist.

Change-Id: I3d2201d5b7b3a01af5989bb1c3fcd55110d5482c
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: Till Adam <till@kdab.com>
Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
src/corelib/io/qprocess.cpp

index 1312e9b..7a81313 100644 (file)
@@ -522,8 +522,8 @@ void QProcessPrivate::Channel::clear()
 
     \note On QNX, setting the working directory may cause all
     application threads, with the exception of the QProcess caller
-    thread, to momentaneusly freeze, owing to a limitation in
-    the operating system.
+    thread, to temporarily freeze during the spawning process,
+    owing to a limitation in the operating system.
 
     \section1 Synchronous Process API
 
@@ -1439,7 +1439,7 @@ QString QProcess::workingDirectory() const
     process in the working directory of the calling process.
 
     \note On QNX, this may cause all application threads to
-    momentaneusly freeze.
+    temporarily freeze.
 
     \sa workingDirectory(), start()
 */
@@ -2158,7 +2158,7 @@ int QProcess::execute(const QString &program)
     The process will be started in the directory \a workingDirectory.
 
     \note On QNX, this may cause all application threads to
-    momentaneusly freeze.
+    temporarily freeze.
 
     If the function is successful then *\a pid is set to the process
     identifier of the started process.