Modified: trunk/man/dispatch_async.3 (172 => 173)
--- trunk/man/dispatch_async.3 2009-12-15 08:44:31 UTC (rev 172)
+++ trunk/man/dispatch_async.3 2009-12-15 08:45:01 UTC (rev 173)
@@ -131,7 +131,7 @@
While
.Fn dispatch_sync
can replace a lock, it cannot replace a recursive lock. Unlike locks, queues
-support both asynchronous and synchrnous operations, and those operations are
+support both asynchronous and synchronous operations, and those operations are
ordered by definition. A recursive call to
.Fn dispatch_sync
causes a simple deadlock as the currently executing block waits for the next