if self.with_polymorphic is None \
or self.with_polymorphic[1].corresponding_column(col) \
is None:
- util.warn("Could not map polymoprhic_on column "
+ util.warn("Could not map polymorphic_on column "
"'%s' to the mapped table - polymorphic "
"loads will not function properly"
% col.description)
assert_raises_message(
sa_exc.SAWarning,
- "Could not map polymoprhic_on column 'x' to the mapped table - "
+ "Could not map polymorphic_on column 'x' to the mapped table - "
"polymorphic loads will not function properly",
go
)
polymorphic_identity=0)
assert_raises_message(
sa_exc.SAWarning,
- "Could not map polymoprhic_on column 'x' to the mapped table - "
+ "Could not map polymorphic_on column 'x' to the mapped table - "
"polymorphic loads will not function properly",
go
)