From 067013d849358a03008f39ae1524bee19ed26fd0 Mon Sep 17 00:00:00 2001 From: Martin Winkler Date: Sun, 3 Jan 2021 12:09:36 +0100 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a1144e..ea0dca6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Stubser is a stub creator for CUnit -In an existing project, which does not use unit tests yet or which is still under heavy development, it is always a tedious task to create stubs for existing code. This GNU C based application takes one or multiple (also recursively) C files to create functional stubs ready to use with CUnit. Following files are created from on input C file: +In an existing project, which does not use unit tests yet or which is still under heavy development, it is always a tedious task to create stubs for existing code. This GNU C based application takes one or multiple (also recursively) C files to create functional stubs ready to use with CUnit. Following files are created from one input C file: | Input | Output | Description |