Fix typo in man page link for dispatch_resume.3. Submitted by: Rui Paulo <rpaulo@gmail.com>
--- trunk/man/Makefile.am 2009-11-14 16:53:08 UTC (rev 153)
+++ trunk/man/Makefile.am 2009-11-14 21:24:14 UTC (rev 154)
@@ -54,7 +54,7 @@
cd $(DESTDIR)$(mandir)/man3 && $(LN_S) \
dispatch_object.3 dispatch_suspend.3
cd $(DESTDIR)$(mandir)/man3 && $(LN_S) \
- dispatch_object.3 dispacth_resume.3
+ dispatch_object.3 dispatch_resume.3
cd $(DESTDIR)$(mandir)/man3 && $(LN_S) \
dispatch_object.3 dispatch_get_context.3
cd $(DESTDIR)$(mandir)/man3 && $(LN_S) \