diff --git a/samples/Makefile b/samples/Makefile index d1b06c4..ed84865 100644 --- a/samples/Makefile +++ b/samples/Makefile @@ -43,7 +43,7 @@ tests: $(CMP) $$i.html $$i.html.ref || exit 1; \ $(PDF2TXT) -t xml -o $$i.xml $$i.pdf || exit 1; \ $(CMP) $$i.xml $$i.xml.ref || exit 1; \ - $(PDF2TXT) -t text -o $$i.txt $$i.pdf || eixt 1; \ + $(PDF2TXT) -t text -o $$i.txt $$i.pdf || exit 1; \ $(CMP) $$i.txt $$i.txt.ref || exit 1; \ done