mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-21 12:19:14 +02:00
IDE fix spelling
git-svn-id: trunk@43568 -
This commit is contained in:
parent
100ac0c220
commit
d6e064d027
@ -203,7 +203,7 @@ begin
|
|||||||
if CreateFile(Result) then exit;
|
if CreateFile(Result) then exit;
|
||||||
Result:=AppendPathDelim(ExpandFileNameUTF8(GetTempDir))+'compilertest.pas';
|
Result:=AppendPathDelim(ExpandFileNameUTF8(GetTempDir))+'compilertest.pas';
|
||||||
if CreateFile(Result) then exit;
|
if CreateFile(Result) then exit;
|
||||||
Debugln('unable to create temporay file ',Result);
|
Debugln('unable to create temporary file ',Result);
|
||||||
Result:='';
|
Result:='';
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user