IDE fix spelling

git-svn-id: trunk@43568 -
This commit is contained in:
martin 2013-12-18 22:49:21 +00:00
parent 100ac0c220
commit d6e064d027

View File

@ -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;