Grammar fix--"fewer times", not "less times"

This commit is contained in:
Brendan McDonnell
2019-03-01 21:52:12 -05:00
parent 99fa519136
commit b409ba6a1d
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
//public constants to be used by mocks
const char* CMockStringOutOfMemory = "CMock has run out of memory. Please allocate more.";
const char* CMockStringCalledMore = "Called more times than expected.";
const char* CMockStringCalledLess = "Called less times than expected.";
const char* CMockStringCalledLess = "Called fewer times than expected.";
const char* CMockStringCalledEarly = "Called earlier than expected.";
const char* CMockStringCalledLate = "Called later than expected.";
const char* CMockStringCallOrder = "Called out of order.";