summaryrefslogtreecommitdiffstats
path: root/tools/qvfb
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@nokia.com>2010-10-26 10:10:34 (GMT)
committerSergio Ahumada <sergio.ahumada@nokia.com>2010-10-26 10:10:34 (GMT)
commitfb25d5d1dbc64b764c11e05b72515f74713a498d (patch)
tree26c9599e379addb6f1af1cad2c64788d7c4f8276 /tools/qvfb
parent9c61980b344ae6302bb0b57764c1840164745a71 (diff)
downloadQt-fb25d5d1dbc64b764c11e05b72515f74713a498d.zip
Qt-fb25d5d1dbc64b764c11e05b72515f74713a498d.tar.gz
Qt-fb25d5d1dbc64b764c11e05b72515f74713a498d.tar.bz2
Doc : Fixing typo.
Diffstat (limited to 'tools/qvfb')
-rw-r--r--tools/qvfb/qvfb.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qvfb/qvfb.cpp b/tools/qvfb/qvfb.cpp
index b4ccebc..a3b1964 100644
--- a/tools/qvfb/qvfb.cpp
+++ b/tools/qvfb/qvfb.cpp
@@ -1038,7 +1038,7 @@ void AnimationSaveWidget::convertToMpeg(QString filename)
// ### can't use QProcess, not in Qt 2.3
// ### but it's certainly in Qt 4! use it?
- // Execute the ppmtompeg command as a seperate process to do the encoding
+ // Execute the ppmtompeg command as a separate process to do the encoding
pid_t pid = ::fork();
if ( !pid ) {
// Child process