From c76807211af6ae86368bcd7651ca707ee7f12f86 Mon Sep 17 00:00:00 2001 From: Veres Lajos Date: Sat, 8 Nov 2014 22:59:34 +0000 Subject: typo fixes - https://github.com/vlajos/misspell_fixer --- python/mox.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/mox.py') diff --git a/python/mox.py b/python/mox.py index ce80ba50..257468e5 100755 --- a/python/mox.py +++ b/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. -- cgit v1.2.3