SF #859811, typo in docs
diff --git a/Doc/mac/scripting.tex b/Doc/mac/scripting.tex
index 43da493..f0fb092 100644
--- a/Doc/mac/scripting.tex
+++ b/Doc/mac/scripting.tex
@@ -69,7 +69,7 @@
 and elements declared in the AppleScript class "application". In the
 current release that is as far as the object orientation goes, so
 in the example above we need to use
-\code{f.get(f.window(1).name)} in stead of the more Pythonic
+\code{f.get(f.window(1).name)} instead of the more Pythonic
 \code{f.window(1).name.get()}.