Fix typo in ExceptionMessages

This commit is contained in:
Oliver Booth 2022-04-29 11:14:53 +01:00
parent 5251408b15
commit d80367c00c
No known key found for this signature in database
GPG Key ID: 32A00B35503AF634
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
//------------------------------------------------------------------------------
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
@ -79,7 +79,7 @@ namespace X10D {
}
/// <summary>
/// Looks up a localized string similar to HashAlgorithm&apos;s Create method returned null referenece..
/// Looks up a localized string similar to HashAlgorithm&apos;s Create method returned null reference..
/// </summary>
internal static string HashAlgorithmCreateReturnedNull {
get {

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<root>
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
@ -39,7 +39,7 @@
<value>HashAlgorithm does not offer Create method.</value>
</data>
<data name="HashAlgorithmCreateReturnedNull" xml:space="preserve">
<value>HashAlgorithm's Create method returned null referenece.</value>
<value>HashAlgorithm's Create method returned null reference.</value>
</data>
<data name="LengthGreaterThanOrEqualTo0" xml:space="preserve">
<value>Length must be greater than or equal to 0.</value>