X-Git-Url: http://git.tuebingen.mpg.de/?p=lopsub.git;a=blobdiff_plain;f=lopsubgen.l;h=a5b0c4f81de371bc4de07cea02ca359fc1d53119;hp=eaed3ecc5538ff8bfdcef8be80117e4b419aa250;hb=HEAD;hpb=e5b276f1a15604f1c7efe754074a86fabbb6bf6f;ds=sidebyside diff --git a/lopsubgen.l b/lopsubgen.l index eaed3ec..a5b0c4f 100644 --- a/lopsubgen.l +++ b/lopsubgen.l @@ -408,7 +408,7 @@ SIMPLE_STRING [[:alnum:]]([[:alnum:]]|[[:space:]])* exit(EXIT_FAILURE); } if (CUROPT.default_val) { - fprintf(stderr, "value list must preceed default value\n"); + fprintf(stderr, "value list must precede default value\n"); exit(EXIT_FAILURE); } BEGIN(SC_VALUES_ID);