Merge pull request #372 from iyedb/develop

fixed small typo
This commit is contained in:
Aleksandar Fabijanic 2014-01-27 17:42:02 -08:00
commit 9d573a7bbd

View File

@ -55,7 +55,7 @@ class Foundation_API ActiveDispatcher: protected Runnable
/// This class is used to implement an active object
/// with strictly serialized method execution.
///
/// An active object, with is an ordinary object
/// An active object, which is an ordinary object
/// containing ActiveMethod members, executes all
/// active methods in their own thread.
/// This behavior does not fit the "classic"