Fix typo in vlnggen error message.

This commit is contained in:
Giles Atkinson 2025-04-18 08:25:40 +01:00 committed by Holger Vogt
parent 4881b29730
commit 0a224fa704
1 changed files with 1 additions and 1 deletions

View File

@ -342,7 +342,7 @@ else
if $fh > 0 if $fh > 0
fclose $fh fclose $fh
else else
echo Can not find bulid file $msvcfile echo Can not find build file $msvcfile
quit quit
end end