From 5ee669ecc0b35f5fed19acddf0bdeb6192b1df31 Mon Sep 17 00:00:00 2001 From: Simon Kuhnle Date: Wed, 23 Aug 2017 09:22:42 +0200 Subject: [PATCH] Fix minor typos in CMock summary --- docs/CMock_Summary.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/CMock_Summary.md b/docs/CMock_Summary.md index 1ae8ca2..5ce4d4f 100644 --- a/docs/CMock_Summary.md +++ b/docs/CMock_Summary.md @@ -313,7 +313,7 @@ from the defaults. We've tried to specify what the defaults are below. * `:callback_after_arg_check`: Tell `:callback` plugin to do the normal argument checking **before** it - calls the callback function by setting this to true. WHen false, the + calls the callback function by setting this to true. When false, the callback function is called **instead** of the argument verification. * default: false @@ -504,7 +504,7 @@ from the defaults. We've tried to specify what the defaults are below. * default: [] * `:verbosity`: - How loud shoudl CMock be? + How loud should CMock be? * 0 for errors only * 1 for errors and warnings