Skip to content

Commit 9fa4dd0

Browse files
committed
Typo fix.
1 parent 492f3ec commit 9fa4dd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Provider/src/FirebirdSql.Data.FirebirdClient/FirebirdClient/FbDatabaseInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ public Task<Guid> GetDbGuidAsync(CancellationToken cancellationToken = default)
441441
return GetValueAsync<Guid>(IscCodes.fb_info_db_guid, cancellationToken);
442442
}
443443

444-
public FbZonedDateTime GeCreationTimestamp()
444+
public FbZonedDateTime GetCreationTimestamp()
445445
{
446446
return GetValue<FbZonedDateTime>(IscCodes.fb_info_creation_timestamp_tz);
447447
}

0 commit comments

Comments
 (0)