mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-10 02:45:41 +00:00
Fix typo in ExceptionMessages
This commit is contained in:
parent
5251408b15
commit
d80367c00c
4
X10D/src/ExceptionMessages.Designer.cs
generated
4
X10D/src/ExceptionMessages.Designer.cs
generated
@ -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's Create method returned null referenece..
|
||||
/// Looks up a localized string similar to HashAlgorithm's Create method returned null reference..
|
||||
/// </summary>
|
||||
internal static string HashAlgorithmCreateReturnedNull {
|
||||
get {
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user