LazDebuggerGDBMI: fixed typos related to 'occur' word

git-svn-id: trunk@65195 -
This commit is contained in:
maxim 2021-06-10 22:08:58 +00:00
parent 8ebd2bf8a7
commit 44b3da63ec

View File

@ -122,7 +122,7 @@ var
{------------------------------------------------------------------------------
Function: WaitForHandles
Params: AHandles: A set of handles to wait for (max 32)
TimeOut: Max Time in milli-secs => set to 0 if timeout occured
TimeOut: Max Time in milli-secs => set to 0 if timeout occurred
Returns: BitArray of handles set, 0 when an error occoured
------------------------------------------------------------------------------}
function TCmdLineDebugger.WaitForHandles(const AHandles: array of Integer; var ATimeOut: Integer): Integer;