Explorar o código

A few spelling corrections in EventLoop.hx comments (#10033)

George Corney %!s(int64=4) %!d(string=hai) anos
pai
achega
abfa984391
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      std/sys/thread/EventLoop.hx

+ 2 - 2
std/sys/thread/EventLoop.hx

@@ -51,7 +51,7 @@ class EventLoop {
 	}
 	}
 
 
 	/**
 	/**
-		Prevent execution of a previousely scheduled event in current loop.
+		Prevent execution of a previously scheduled event in current loop.
 	**/
 	**/
 	public function cancel(eventHandler:EventHandler):Void {
 	public function cancel(eventHandler:EventHandler):Void {
 		mutex.acquire();
 		mutex.acquire();
@@ -162,7 +162,7 @@ class EventLoop {
 	}
 	}
 
 
 	/**
 	/**
-		`.pogress` implementation with a resuable array for internal usage.
+		`.progress` implementation with a reusable array for internal usage.
 		The `nextEventAt` field of the return value denotes when the next event
 		The `nextEventAt` field of the return value denotes when the next event
 		is expected to run:
 		is expected to run:
 		* -1 - never
 		* -1 - never