From 61630354e660adebd35f13d3724dfba10d5460f7 Mon Sep 17 00:00:00 2001 From: maxim Date: Thu, 10 Jun 2021 22:15:56 +0000 Subject: [PATCH] VirtualTreeView: fixed typos related to 'occur' word git-svn-id: trunk@65204 - --- components/virtualtreeview/laz.virtualtrees.pas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/virtualtreeview/laz.virtualtrees.pas b/components/virtualtreeview/laz.virtualtrees.pas index 78f210ad44..fc66d3a66b 100644 --- a/components/virtualtreeview/laz.virtualtrees.pas +++ b/components/virtualtreeview/laz.virtualtrees.pas @@ -1524,7 +1524,7 @@ type tsScrollPending, // Set when waiting for the scroll delay time to elapse. tsSizing, // Set when the tree window is being resized. This is used to prevent recursive calls // due to setting the scrollbars when sizing. - tsStopValidation, // Cache validation can be stopped (usually because a change has occured meanwhile). + tsStopValidation, // Cache validation can be stopped (usually because a change has occurred meanwhile). tsStructureChangePending, // The structure of the tree has been changed while the update was locked. tsSynchMode, // Set when the tree is in synch mode, where no timer events are triggered. tsThumbTracking, // Stop updating the horizontal scroll bar while dragging the vertical thumb and vice versa. @@ -1547,7 +1547,7 @@ type ); TChangeStates = set of ( - csStopValidation, // Cache validation can be stopped (usually because a change has occured meanwhile). + csStopValidation, // Cache validation can be stopped (usually because a change has occurred meanwhile). csUseCache, // The tree's node caches are validated and non-empty. csValidating, // The tree's node caches are currently validated. csValidationNeeded // Something in the structure of the tree has changed. The cache needs validation.