SF Patch #1093896:  miscellaneous doc typos
diff --git a/Doc/mac/libframework.tex b/Doc/mac/libframework.tex
index 289bd80..dc8f99f 100644
--- a/Doc/mac/libframework.tex
+++ b/Doc/mac/libframework.tex
@@ -151,7 +151,7 @@
 are available. This will cause FrameWork window updates and the user
 interface to remain working during long computations, but will slow the
 interpreter down and may cause surprising results in non-reentrant code
-(such as FrameWork itself). By default \var{async_dispatch} will immedeately
+(such as FrameWork itself). By default \var{async_dispatch} will immediately
 call \var{our_dispatch} but you may override this to handle only certain
 events asynchronously. Events you do not handle will be passed to Sioux
 and such.