spelling correction.

This commit is contained in:
euromark 2013-03-29 11:16:20 +01:00
parent c6ba61d539
commit 3a728762af

View file

@ -18,7 +18,7 @@
*/
/**
* Represents the transport class of events across the system, it receives a name, and subject and an optional
* Represents the transport class of events across the system. It receives a name, subject and an optional
* payload. The name can be any string that uniquely identifies the event across the application, while the subject
* represents the object that the event applies to.
*