Beshoy Kamel před 1 rokem
rodič
revize
bb5e08912b
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      std/sys/thread/Mutex.hx

+ 1 - 1
std/sys/thread/Mutex.hx

@@ -28,7 +28,7 @@ package sys.thread;
 
 
 /**
 /**
 	Creates a mutex, which can be used to acquire a temporary lock
 	Creates a mutex, which can be used to acquire a temporary lock
-	to access some ressource. The main difference with a lock is
+	to access some resource. The main difference with a lock is
 	that a mutex must always be released by the owner thread.
 	that a mutex must always be released by the owner thread.
 **/
 **/
 extern class Mutex {
 extern class Mutex {