lazutils: fixed typo

git-svn-id: trunk@44750 -
This commit is contained in:
mattias 2014-04-17 06:55:36 +00:00
parent a69e382e98
commit 6f7a594436

View File

@ -213,7 +213,7 @@ begin
BrowserProcess := TProcessUTF8.Create(nil);
try
BrowserProcess.InheritHandles:=false;
// Encloses the executable with "" if it's name has spaces
// Encloses the executable with "" if its name has spaces
if Pos(' ',ProgramFilename)>0 then
ProgramFilename:='"'+ProgramFilename+'"';