spelling correction: alredy --> already

This commit is contained in:
2010-07-17 18:08:14 +00:00
parent e25393a098
commit fd31436897
31 changed files with 48 additions and 48 deletions

View File

@@ -166,7 +166,7 @@ PyObject * PyObjectPlus::py_base_new(PyTypeObject *type, PyObject *args, PyObjec
return NULL;
}
/* use base_type rather then Py_TYPE(base) because we could alredy be subtyped */
/* use base_type rather then Py_TYPE(base) because we could already be subtyped */
if(!PyType_IsSubtype(type, base_type)) {
PyErr_Format(PyExc_TypeError, "can't subclass blender game type <%s> from <%s> because it is not a subclass", base_type->tp_name, type->tp_name);
return NULL;