Patch #1026384: fix two common typo's:

- accomodate -> accommodate
- occured -> occurred

Thanks George Yoshida!
This commit is contained in:
Johannes Gijsbers 2004-09-11 16:50:06 +00:00
parent 7a8c43ee6a
commit d345225ae5
7 changed files with 9 additions and 9 deletions

View file

@ -113,7 +113,7 @@ When embedding Python, the interface code does:
\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.