IDE: fixed typo

git-svn-id: trunk@47136 -
This commit is contained in:
mattias 2014-12-08 12:59:20 +00:00
parent 99e378be1e
commit 405b01702a

View File

@ -1090,7 +1090,7 @@ begin
fIncludePathValidForWorkerDir:=Tool.WorkerDirectory;
fIncludePath:=CodeToolBoss.GetIncludePathForDirectory(
ChompPathDelim(fIncludePathValidForWorkerDir));
// get include search path
// get unit search path
fUnitPathValidForWorkerDir:=Tool.WorkerDirectory;
fUnitPath:=CodeToolBoss.GetUnitPathForDirectory(
ChompPathDelim(fUnitPathValidForWorkerDir));