fixed small typo

This commit is contained in:
Iyed 2014-01-27 23:07:02 +01:00
parent 89be819b7a
commit bfae55dcf2

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"