| Index: third_party/protobuf/python/mox.py
|
| diff --git a/third_party/protobuf/python/mox.py b/third_party/protobuf/python/mox.py
|
| index ce80ba505c93698ae91766ea9ec8d83876479d6f..257468e52d72854667e6c848060e1f68e6a7b25e 100755
|
| --- a/third_party/protobuf/python/mox.py
|
| +++ b/third_party/protobuf/python/mox.py
|
| @@ -31,7 +31,7 @@ If an unexpected method (or an expected method with unexpected
|
| parameters) is called, then an exception will be raised.
|
|
|
| Once you are done interacting with the mock, you need to verify that
|
| -all the expected interactions occured. (Maybe your code exited
|
| +all the expected interactions occurred. (Maybe your code exited
|
| prematurely without calling some cleanup method!) The verify phase
|
| ensures that every expected method was called; otherwise, an exception
|
| will be raised.
|
|
|