mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 22:58:14 +02:00
TurboPower_IPro: fixed typos related to 'occur' word
git-svn-id: trunk@65203 -
This commit is contained in:
parent
163edb07b5
commit
04e48f1044
@ -287,7 +287,7 @@ begin
|
||||
Result := Copy(Strng, StrStart, StrEnd - StrStart + 1);
|
||||
end;
|
||||
|
||||
{ Find leftmost occurence of character C in string S }
|
||||
{ Find leftmost occurrence of character C in string S }
|
||||
{* If C not found returns 0 }
|
||||
function CharPos(C: AnsiChar; const S : string): Integer;
|
||||
var
|
||||
@ -422,7 +422,7 @@ begin
|
||||
Result := i;
|
||||
end;
|
||||
|
||||
{ Find location of first occurence of a substring (SubStr) in a string (S) }
|
||||
{ Find location of first occurrence of a substring (SubStr) in a string (S) }
|
||||
{ past a particular index (Idx) }
|
||||
{ * Result is relative to the start of the entire original string }
|
||||
{ * Returns 0 if substring not found }
|
||||
|
Loading…
Reference in New Issue
Block a user