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