Revision
179
Author
robert@fledge.watson.org
Date
2010-01-04 05:41:04 -0800 (Mon, 04 Jan 2010)

Log Message

Correct typo.

Modified Paths

Diff

Modified: trunk/man/dispatch_source_create.3 (178 => 179)


--- trunk/man/dispatch_source_create.3	2009-12-28 13:33:51 UTC (rev 178)
+++ trunk/man/dispatch_source_create.3	2010-01-04 13:41:04 UTC (rev 179)
@@ -205,7 +205,7 @@
 sources in order to safely close the descriptor or destroy the port. Closing the
 descriptor or port before the cancellation handler has run may result in a race
 condition: if a new descriptor is allocated with the same value as the recently
-cosed descriptor while the source's event handler is still running, the event
+closed descriptor while the source's event handler is still running, the event
 handler may read/write data to the wrong descriptor.
 .Pp
 .Sh DISPATCH SOURCE TYPES