=doc fixed spelling mistake in comment

This commit is contained in:
Ronak Buch 2014-10-15 18:35:38 -05:00
parent 0519631ab9
commit d6c7ac84d9

View file

@ -54,7 +54,7 @@ class DemoActorWrapper extends Actor {
object DemoActor { object DemoActor {
/** /**
* Create Props for an actor of this type. * Create Props for an actor of this type.
* @param magciNumber The magic number to be passed to this actors constructor. * @param magicNumber The magic number to be passed to this actors constructor.
* @return a Props for creating this actor, which can then be further configured * @return a Props for creating this actor, which can then be further configured
* (e.g. calling `.withDispatcher()` on it) * (e.g. calling `.withDispatcher()` on it)
*/ */