AggPas: fixed typos related to 'occur' word

git-svn-id: trunk@65192 -
This commit is contained in:
maxim 2021-06-10 22:06:42 +00:00
parent 1d89d15e0a
commit 12d2d6b4f7
7 changed files with 7 additions and 7 deletions

View File

@ -140,7 +140,7 @@ type
// of (1 << S), that is, power of two. The data is NOT contiguous in memory,
// so the only valid access method is operator [] or curr(), prev(), next()
//
// There reallocs occure only when the pool of pointers to blocks needs
// There reallocs occur only when the pool of pointers to blocks needs
// to be extended (it happens very rarely). You can control the value
// of increment to reallocate the pointer buffer. See the second constructor.
// By default, the incremeent value equals (1 << S), i.e., the block size.

View File

@ -125,7 +125,7 @@ begin
if m_markers.size and 1 <> 0 then
begin
// Initial state, the first coordinate was added.
// If two of more calls of start_vertex() occures
// If two of more calls of start_vertex() occur
// we just modify the last one.
ct.Construct (x ,y );
m_markers.modify_last(@ct );

View File

@ -104,7 +104,7 @@ type
procedure point_size_ (s : double );
// Event handlers. Just call them if the respective events
// in your system occure. The functions return true if redrawing
// in your system occur. The functions return true if redrawing
// is required.
function in_rect(x ,y : double ) : boolean; virtual;

View File

@ -95,7 +95,7 @@ type
procedure point_size_ (s : double );
// Event handlers. Just call them if the respective events
// in your system occure. The functions return true if redrawing
// in your system occur. The functions return true if redrawing
// is required.
function in_rect(x ,y : double ) : boolean; virtual;

View File

@ -239,7 +239,7 @@ type
// A helper class that contains pointers to a number of controls.
// This class is used to ease the event handling with controls.
// The implementation should simply call the appropriate methods
// of this class when appropriate events occure.
// of this class when appropriate events occur.
crtl_container_ptr = ^ctrl_container;
ctrl_container = object
m_ctrl : array[0..max_ctrl - 1 ] of ctrl_ptr;

View File

@ -242,7 +242,7 @@ type
// A helper class that contains pointers to a number of controls.
// This class is used to ease the event handling with controls.
// The implementation should simply call the appropriate methods
// of this class when appropriate events occure.
// of this class when appropriate events occur.
crtl_container_ptr = ^ctrl_container;
ctrl_container = object
m_ctrl : array[0..max_ctrl - 1 ] of ctrl_ptr;

View File

@ -234,7 +234,7 @@ type
// A helper class that contains pointers to a number of controls.
// This class is used to ease the event handling with controls.
// The implementation should simply call the appropriate methods
// of this class when appropriate events occure.
// of this class when appropriate events occur.
crtl_container_ptr = ^ctrl_container;
ctrl_container = object
m_ctrl : array[0..max_ctrl - 1 ] of ctrl_ptr;