From 678ccf327af6ececad0df2331ae378d5d6e9685a Mon Sep 17 00:00:00 2001 From: "Prof. Ronald Moore" <ronald.moore@h-da.de> Date: Tue, 11 May 2021 13:15:23 +0200 Subject: [PATCH] very minor spelling correction Signed-off-by: Prof. Ronald Moore <ronald.moore@h-da.de> --- flexBison/cplusplus/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flexBison/cplusplus/Makefile b/flexBison/cplusplus/Makefile index 333e6e2..bc46bdb 100644 --- a/flexBison/cplusplus/Makefile +++ b/flexBison/cplusplus/Makefile @@ -24,7 +24,7 @@ LEX=flex YACC=bison YFLAGS=-v -d # Where -d is important to force creation of header files (*.hh) -# but -v is not so important. It forces creatoin of the file +# but -v is not so important. It forces creation of the file # parser.output which is nice to have (but not # strictly necessary). -- GitLab