From 410a29ffd585076a0fca111a6e93cb203073ca9e Mon Sep 17 00:00:00 2001 From: Michael Grafnetter Date: Mon, 15 Apr 2019 11:17:19 +0200 Subject: [PATCH] Fixed typo --- Src/Microsoft.Isam.Esent.Interop/ErrorExceptions.cs | 2 +- Src/Microsoft.Isam.Esent.Interop/jet_err.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Src/Microsoft.Isam.Esent.Interop/ErrorExceptions.cs b/Src/Microsoft.Isam.Esent.Interop/ErrorExceptions.cs index b550384..e7f953d 100644 --- a/Src/Microsoft.Isam.Esent.Interop/ErrorExceptions.cs +++ b/Src/Microsoft.Isam.Esent.Interop/ErrorExceptions.cs @@ -11212,7 +11212,7 @@ namespace Microsoft.Isam.Esent.Interop /// Initializes a new instance of the EsentNoCurrentRecordException class. /// public EsentNoCurrentRecordException() : - base("Currency not on a record", JET_err.NoCurrentRecord) + base("Currently not on a record", JET_err.NoCurrentRecord) { } diff --git a/Src/Microsoft.Isam.Esent.Interop/jet_err.cs b/Src/Microsoft.Isam.Esent.Interop/jet_err.cs index 3dc548e..7a343f1 100644 --- a/Src/Microsoft.Isam.Esent.Interop/jet_err.cs +++ b/Src/Microsoft.Isam.Esent.Interop/jet_err.cs @@ -1694,7 +1694,7 @@ namespace Microsoft.Isam.Esent.Interop RecordNoCopy = -1602, /// - /// Currency not on a record + /// Currently not on a record /// NoCurrentRecord = -1603,