[Mockpp-commits] mockpp/mockpp/stub VoidStub.h,1.21,1.22
Brought to you by:
ewald-arnold
From: Ewald A. <ewa...@us...> - 2006-04-11 09:59:06
|
Update of /cvsroot/mockpp/mockpp/mockpp/stub In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23350/mockpp/stub Modified Files: VoidStub.h Log Message: typo Index: VoidStub.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/stub/VoidStub.h,v retrieving revision 1.21 retrieving revision 1.22 diff -u -d -r1.21 -r1.22 --- VoidStub.h 8 Apr 2006 12:00:37 -0000 1.21 +++ VoidStub.h 11 Apr 2006 09:59:02 -0000 1.22 @@ -42,7 +42,7 @@ MOCKPP_NS_START -/** A stub for woid methods. Not really useful but needed for compatibility. +/** A stub for void methods. Not really useful but needed for compatibility. * May also be useful to express this property within an expectation. * @ingroup grp_stub * @see mockpp::onConsecutiveCalls |