Skip to content

Commit

Permalink
typo: elmenet -> element
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni committed Jun 29, 2019
1 parent ad7c741 commit 1809a62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EFTools/XmlCore/Model/XmlModelHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ internal static void RebindItemBindings(IEnumerable<ItemBinding> itemBindings)
}

Debug.Assert(
ib.Parent.State == EFElementState.Normalized, "Unexpected state of elmenet. Expected state to be normalized.");
ib.Parent.State == EFElementState.Normalized, "Unexpected state of element. Expected state to be normalized.");
}
}

Expand Down

0 comments on commit 1809a62

Please sign in to comment.