Skip to content

Commit b25bea6

Browse files
committed
Fix typo
1 parent 633ec26 commit b25bea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/workerd/io/actor-sqlite.c++

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ kj::Maybe<kj::Promise<void>> ActorSqlite::put(kj::Array<KeyValuePair> pairs, Wri
491491
// TODO(cleanup): Most of this code comes from DurableObjectStorage::transactionSync and could be re-used.
492492
if (util::Autogate::isEnabled(util::AutogateKey::SQL_KV_PUT_MULTIPLE_TRANSACTION)) {
493493
if (currentTxn.is<NoTxn>()) {
494-
// If we are not in a transcation, let's use an ExplicitTxn, which should rollback automatically
494+
// If we are not in a transaction, let's use an ExplicitTxn, which should rollback automatically
495495
// if some put fails.
496496

497497
// TODO(someday) this should really start an ImplicitTxn, which has the advantage of

0 commit comments

Comments
 (0)