spelling errors, no real changes to code.

This commit is contained in:
2010-01-14 10:59:42 +00:00
parent 4371c3b044
commit b0f87935a8
21 changed files with 22 additions and 22 deletions

View File

@@ -1287,7 +1287,7 @@ static PyObject *Vector_getSwizzle(VectorObject * self, void *closure)
the destination is effectively re-ordered as defined by the swizzle. At
most min(len(source), len(dest)) values will be copied.
- If the value is scalar, it is copied to all axes listed in the swizzle.
- If an axis appears more than once in the swizzle, the final occurrance is
- If an axis appears more than once in the swizzle, the final occurrence is
the one that determines its value.
Returns 0 on success and -1 on failure. On failure, the vector will be