fix spelling mistakes in comments (and in some python error messages), nothing to effect translations.

This commit is contained in:
2011-10-17 06:39:13 +00:00
parent 67c15da97d
commit 61389bba41
35 changed files with 42 additions and 42 deletions

View File

@@ -75,7 +75,7 @@ static PyObject *Euler_new(PyTypeObject *type, PyObject *args, PyObject *kwds)
return newEulerObject(eul, order, Py_NEW, type);
}
/* internal use, assuem read callback is done */
/* internal use, assume read callback is done */
static const char *euler_order_str(EulerObject *self)
{
static const char order[][4] = {"XYZ", "XZY", "YXZ", "YZX", "ZXY", "ZYX"};