--- ../../synctex_parser.c 2022-07-23 16:48:22.191433805 +0200 +++ synctex_parser.c 2022-07-23 16:53:52.294768453 +0200 @@ -2075,7 +2075,7 @@ available = 1; status = _synctex_buffer_get_available_size(scanner,&available); if (status0){ - _synctex_error("Incomplete sheet(0)"); + _synctex_error("Uncomplete sheet(0)"); SYNCTEX_RETURN(SYNCTEX_STATUS_ERROR); } goto prepare_loop; @@ -2104,7 +2104,7 @@ _synctex_error("Unexpected end of vbox, ignored."); } if (_synctex_next_line(scanner)0){ - _synctex_error("Incomplete sheet(0)"); + _synctex_error("Uncomplete sheet(0)"); SYNCTEX_RETURN(SYNCTEX_STATUS_ERROR); } else { goto child_loop; @@ -2566,7 +2566,7 @@ if (status0){ goto sibling_loop; } else { - _synctex_error("Incomplete sheet(2)"); + _synctex_error("Uncomplete sheet(2)"); SYNCTEX_RETURN(SYNCTEX_STATUS_ERROR); } } @@ -2608,7 +2608,7 @@ return status; } if (_synctex_next_line(scanner)