summaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@nokia.com>2011-08-16 13:27:45 (GMT)
committerSergio Ahumada <sergio.ahumada@nokia.com>2011-08-17 13:42:45 (GMT)
commit9e88a2f1468b9a4f500b878f514db7f7a1f5eadc (patch)
tree589dd5fa9d8f3dc0171b4021c6a60e2d5cd27a64 /demos
parent3be7f871f07041477b5bca0182623b36afd2b3e6 (diff)
downloadQt-9e88a2f1468b9a4f500b878f514db7f7a1f5eadc.zip
Qt-9e88a2f1468b9a4f500b878f514db7f7a1f5eadc.tar.gz
Qt-9e88a2f1468b9a4f500b878f514db7f7a1f5eadc.tar.bz2
Doc: Fixing typo
Reducing the amount of spelling errors from NBN. Change-Id: I9b228bb95b4a757cff57595125009e70b0097d86 Reviewed-by: Rohan McGovern
Diffstat (limited to 'demos')
-rw-r--r--demos/mobile/quickhit/ga_src/GEInterfaces.h2
-rw-r--r--demos/spectrum/3rdparty/fftreal/stopwatch/ClockCycleCounter.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/demos/mobile/quickhit/ga_src/GEInterfaces.h b/demos/mobile/quickhit/ga_src/GEInterfaces.h
index 7abd984..059e5b3 100644
--- a/demos/mobile/quickhit/ga_src/GEInterfaces.h
+++ b/demos/mobile/quickhit/ga_src/GEInterfaces.h
@@ -57,7 +57,7 @@ namespace GE {
virtual int pullAudio( AUDIO_SAMPLE_TYPE *target, int bufferLength ) = 0;
virtual bool canBeDestroyed() { return false; }
- IAudioSource *m_next; // for listing, do not touch if you dont know what you are doing.
+ IAudioSource *m_next; // for listing, do not touch if you don't know what you are doing.
};
diff --git a/demos/spectrum/3rdparty/fftreal/stopwatch/ClockCycleCounter.cpp b/demos/spectrum/3rdparty/fftreal/stopwatch/ClockCycleCounter.cpp
index fe1d424..59e21a8 100644
--- a/demos/spectrum/3rdparty/fftreal/stopwatch/ClockCycleCounter.cpp
+++ b/demos/spectrum/3rdparty/fftreal/stopwatch/ClockCycleCounter.cpp
@@ -231,7 +231,7 @@ void ClockCycleCounter::compute_measure_time_total ()
Name: compute_measure_time_lap
Description:
Computes the duration of one stop_lap() call and store it. It will be used
- later to get the real duration of the measured operation (by substracting
+ later to get the real duration of the measured operation (by subtracting
the measurement duration).
Throws: Nothing
==============================================================================