summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorGustavo Niemeyer <gustavo@niemeyer.net>2007-11-19 09:59:56 -0200
committerGustavo Niemeyer <gustavo@niemeyer.net>2007-11-19 09:59:56 -0200
commit16f6a2b6573857c91d7f232c5fc3c26a1479e45b (patch)
tree93490565b6ec4dcc36705edc5c8446bb606be5c7 /NEWS
parent515a83f201aa1e1b36bfc25cc484a4665485e282 (diff)
downloadmocker-16f6a2b6573857c91d7f232c5fc3c26a1479e45b.tar.gz
Typo fix in NEWS.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 7cec0aa..d55e49c 100644
--- a/NEWS
+++ b/NEWS
@@ -15,7 +15,7 @@
public methods found in the class passed as the first argument are
also present in the class passed as the second argument, and that
they accept the same arguments. This is useful to verify if a fake
- or stub class have the same API as the real class being simulated.
+ or stub class has the same API as the real class being simulated.
- Added MockerTestCase.assert[Not]{Starts,Ends}With().