From d80367c00c03bd994c506d12078fe478dff7f493 Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Fri, 29 Apr 2022 11:14:53 +0100 Subject: [PATCH] Fix typo in ExceptionMessages --- X10D/src/ExceptionMessages.Designer.cs | 4 ++-- X10D/src/ExceptionMessages.resx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/X10D/src/ExceptionMessages.Designer.cs b/X10D/src/ExceptionMessages.Designer.cs index f880835..7a62adb 100644 --- a/X10D/src/ExceptionMessages.Designer.cs +++ b/X10D/src/ExceptionMessages.Designer.cs @@ -1,4 +1,4 @@ -//------------------------------------------------------------------------------ +//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.42000 @@ -79,7 +79,7 @@ namespace X10D { } /// - /// 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.. /// internal static string HashAlgorithmCreateReturnedNull { get { diff --git a/X10D/src/ExceptionMessages.resx b/X10D/src/ExceptionMessages.resx index e9f7bb5..e5beb21 100644 --- a/X10D/src/ExceptionMessages.resx +++ b/X10D/src/ExceptionMessages.resx @@ -1,4 +1,4 @@ - + HashAlgorithm does not offer Create method. - HashAlgorithm's Create method returned null referenece. + HashAlgorithm's Create method returned null reference. Length must be greater than or equal to 0.