mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 14:59:30 +02:00
OpenGL: fixed typos related to 'occur' word
git-svn-id: trunk@65200 -
This commit is contained in:
parent
d877172600
commit
b7edc055af
@ -602,7 +602,7 @@ end;
|
||||
function CustomXErrorHandler({%H-}para1:PDisplay; para2:PXErrorEvent):cint;cdecl;
|
||||
begin
|
||||
if para2^.error_code=8 then begin
|
||||
raise Exception.Create('A BadMatch X error occured. Most likely the requested OpenGL version is invalid.');
|
||||
raise Exception.Create('A BadMatch X error occurred. Most likely the requested OpenGL version is invalid.');
|
||||
end;
|
||||
Result:=0;
|
||||
end;
|
||||
|
@ -266,7 +266,7 @@ end;
|
||||
function CustomXErrorHandler({%H-}para1:PDisplay; para2:PXErrorEvent):cint;cdecl;
|
||||
begin
|
||||
if para2^.error_code=8 then begin
|
||||
raise Exception.Create('A BadMatch X error occured. Most likely the requested OpenGL version is invalid.');
|
||||
raise Exception.Create('A BadMatch X error occurred. Most likely the requested OpenGL version is invalid.');
|
||||
end;
|
||||
Result:=0;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user