Patch #1026384: fix two common typo's:
- accomodate -> accommodate
- occured -> occurred
Thanks George Yoshida!
diff --git a/Doc/ext/embedding.tex b/Doc/ext/embedding.tex
index 686004c..58ec5ca 100644
--- a/Doc/ext/embedding.tex
+++ b/Doc/ext/embedding.tex
@@ -113,7 +113,7 @@
\end{enumerate}
As you can see, the data conversion steps are simply swapped to
-accomodate the different direction of the cross-language transfer.
+accommodate the different direction of the cross-language transfer.
The only difference is the routine that you call between both
data conversions. When extending, you call a C routine, when
embedding, you call a Python routine.