Fix spelling errors.

This commit is contained in:
Bruce Mitchener 2012-02-14 19:50:01 +07:00
parent c316cd4e0b
commit 3d90f480d0
15 changed files with 26 additions and 26 deletions

View file

@ -204,7 +204,7 @@ of failure) so that all actors—including the test actor—are stopped.
Built-In Assertions
-------------------
The abovementioned :meth:`expectMsg` is not the only method for formulating
The above mentioned :meth:`expectMsg` is not the only method for formulating
assertions concerning received messages. Here is the full list:
* :meth:`expectMsg[T](d: Duration, msg: T): T`