Fixed typo
This commit is contained in:
parent
bc32e729d3
commit
410a29ffd5
|
@ -11212,7 +11212,7 @@ namespace Microsoft.Isam.Esent.Interop
|
|||
/// Initializes a new instance of the EsentNoCurrentRecordException class.
|
||||
/// </summary>
|
||||
public EsentNoCurrentRecordException() :
|
||||
base("Currency not on a record", JET_err.NoCurrentRecord)
|
||||
base("Currently not on a record", JET_err.NoCurrentRecord)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
|
@ -1694,7 +1694,7 @@ namespace Microsoft.Isam.Esent.Interop
|
|||
RecordNoCopy = -1602,
|
||||
|
||||
/// <summary>
|
||||
/// Currency not on a record
|
||||
/// Currently not on a record
|
||||
/// </summary>
|
||||
NoCurrentRecord = -1603,
|
||||
|
||||
|
|
Loading…
Reference in New Issue