Browse Source

* Fix typo

Michaël Van Canneyt 6 months ago
parent
commit
e0fe96a8ec
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/base/fcl.events.pas

+ 1 - 1
src/base/fcl.events.pas

@@ -290,7 +290,7 @@ Type
     Function CreateEvent(aSender: TObject; aEventID : TEventID) : TAbstractEvent;
     Function CreateEvent(aSender: TObject; aEventID : TEventID) : TAbstractEvent;
     Function CreateEvent(aSender: TObject; aEventName : TEventName) : TAbstractEvent;
     Function CreateEvent(aSender: TObject; aEventName : TEventName) : TAbstractEvent;
     // Dispatch an event.
     // Dispatch an event.
-    // Calls the registered handlers for that event, in the ordeer they were registered.
+    // Calls the registered handlers for that event, in the order they were registered.
     // Returns the number of handlers that were called;
     // Returns the number of handlers that were called;
     Function DispatchEvent(aEvent : TAbstractEvent) : Integer;
     Function DispatchEvent(aEvent : TAbstractEvent) : Integer;
     // Using ID
     // Using ID