aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSirio Balmelli <sirio@b-ad.ch>2020-03-24 22:24:06 +0100
committerAndreas Schneider <asn@cryptomilk.org>2020-10-04 09:44:22 +0200
commit9c114ac31a33217cf003bbb674c1aff7bb048917 (patch)
treee87094ef135ed6052a506e78814bdff690fac626
parentf24ef3ce57d87c4b7cd1bf101df18a9612fb1054 (diff)
downloadcmocka-9c114ac31a33217cf003bbb674c1aff7bb048917.tar.gz
cmocka-9c114ac31a33217cf003bbb674c1aff7bb048917.tar.xz
cmocka-9c114ac31a33217cf003bbb674c1aff7bb048917.zip
mainpage.dox: fix typo
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
-rw-r--r--doc/mainpage.dox2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/mainpage.dox b/doc/mainpage.dox
index c378bb1..4f09bfe 100644
--- a/doc/mainpage.dox
+++ b/doc/mainpage.dox
@@ -79,7 +79,7 @@ differences are between them.
Mock objects include some logic and the test driver is able to modify the
behaviour and state. The object can call some functions or act on different
input (abort a test if it is wrong). The test driver injects what it expects
-the mock object to return. CMocka provides and API to easily mock code.
+the mock object to return. CMocka provides an API to easily mock code.
<a href="https://lwn.net/Articles/558106/">Learn more ...</a>