mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-14 00:02:45 +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;
|
||||
Result:=AppendPathDelim(ExpandFileNameUTF8(GetTempDir))+'compilertest.pas';
|
||||
if CreateFile(Result) then exit;
|
||||
Debugln('unable to create temporay file ',Result);
|
||||
Debugln('unable to create temporary file ',Result);
|
||||
Result:='';
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user