We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26f7b11 commit ef63f4cCopy full SHA for ef63f4c
src/FluentNHibernate/MappingModel/Output/XmlManyToOneWriter.cs
@@ -67,7 +67,7 @@ public override void ProcessManyToOne(ManyToOneMapping mapping)
67
element.WithAtt("entity-name", mapping.EntityName);
68
69
if (mapping.HasValue(x => x.OptimisticLock))
70
- element.WithAtt("optimstic-lock", mapping.OptimisticLock);
+ element.WithAtt("optimistic-lock", mapping.OptimisticLock);
71
}
72
73
public override void Visit(ColumnMapping columnMapping)
0 commit comments