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 d6f3267bf6
commit 9429a27af0
1 changed files with 1 additions and 1 deletions

View File

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