Skip to content

Commit 427c3e0

Browse files
committed
Fix typo.
1 parent e06374a commit 427c3e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FirebirdSql.Data.FirebirdClient/FirebirdClient/FbTransaction.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,7 @@ private static void EnsureSavePointName(string savePointName)
675675
{
676676
if (string.IsNullOrWhiteSpace(savePointName))
677677
{
678-
throw new ArgumentException("No transaction name was be specified.");
678+
throw new ArgumentException("No transaction name was specified.");
679679
}
680680
}
681681

0 commit comments

Comments
 (0)