Fix typo in vlnggen error message.
This commit is contained in:
parent
4881b29730
commit
0a224fa704
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue