Skip to content

Commit

Permalink
Fix attribute spelling (#109929)
Browse files Browse the repository at this point in the history
  • Loading branch information
gewarren authored Nov 19, 2024
1 parent cae0e0f commit c0b52f6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
<value>The specified parameter index is not in range.</value>
</data>
<data name="Argument_InvalidArgumentForAttribute" xml:space="preserve">
<value>Invalid constructor argument {0} provided for MarshalAs atttribute.</value>
<value>Invalid constructor argument {0} provided for MarshalAs attribute.</value>
</data>
<data name="Argument_InvalidParameterForUnmanagedType" xml:space="preserve">
<value>Named parameter {0} is not valid for UnmanagedType.{1} type.</value>
Expand Down Expand Up @@ -306,4 +306,4 @@
<data name="Argument_MustBeEnum" xml:space="preserve">
<value>Type provided must be an Enum.</value>
</data>
</root>
</root>

0 comments on commit c0b52f6

Please sign in to comment.