From b997b55f66f5baf9f182c87f9f6dbf048d3590f9 Mon Sep 17 00:00:00 2001 From: Alexander Romanov Date: Wed, 8 Jul 2026 15:30:44 +0300 Subject: [PATCH] fix: typo in makefile.in check --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 1353c2f8..0e222b2a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -361,7 +361,7 @@ deps : $(deps) #------------------------------------------------------------------------- check : $(test_outs) - echo; grep -h -e'Unit Tests' -e'FAILED' -e'Segementation' $^ < /dev/null; echo + echo; grep -h -e'Unit Tests' -e'FAILED' -e'Segmentation' $^ < /dev/null; echo .PHONY : check