From cee5f89fa6d4c2861a2963be6b272fc24b4f4799 Mon Sep 17 00:00:00 2001 From: Martin Winkler Date: Tue, 13 Oct 2020 10:27:27 +0200 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc547b7..7a1144e 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ In an existing project, which does not use unit tests yet or which is still unde ||stub_myfile.c| Actual stub containing all global variables and functions. | ||stub_myfile.h| Header exposing all functions needed by CUnit test suite. | -Stubser can be called repeatedly to the same output directory. It won't overwrite existing \*_user.c|h files. This makes it possible to use it alreday during development in early stages. +Stubser can be called repeatedly to the same output directory. It won't overwrite existing \*_user.c|h files. This makes it possible to use it already during development in early stages. ## Regular Expression based C file parser This is a personal "experience collection" project to get more familiar with regular expressions in general, but also the use of it in GNU C. The focus is therefore not on performance. \ No newline at end of file