Kaynağa Gözat

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

George Corney 4 yıl önce
ebeveyn
işleme
abfa984391
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  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 {
 		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
 		is expected to run:
 		* -1 - never