diff -r ef0373b55136 -r 758a864f9613 src/corelib/concurrent/qtconcurrentmap.cpp --- a/src/corelib/concurrent/qtconcurrentmap.cpp Fri Sep 17 08:34:18 2010 +0300 +++ b/src/corelib/concurrent/qtconcurrentmap.cpp Mon Oct 04 01:19:32 2010 +0300 @@ -161,7 +161,7 @@ function, and should merge the \e{intermediate} into the \e{result} variable. QtConcurrent::mappedReduced() guarantees that only one thread will call reduce at a time, so using a mutex to lock the result variable - is not neccesary. The QtConcurrent::ReduceOptions enum provides a way to + is not necessary. The QtConcurrent::ReduceOptions enum provides a way to control the order in which the reduction is done. If QtConcurrent::UnorderedReduce is used (the default), the order is undefined, while QtConcurrent::OrderedReduce ensures that the reduction