clusterlin: fix typos

This commit is contained in:
Pieter Wuille
2025-03-26 22:57:41 -04:00
parent 777179bc27
commit c7d5dcaa61
3 changed files with 7 additions and 7 deletions

View File

@@ -99,7 +99,7 @@ public:
/** Create a staging graph (which cannot exist already). This acts as if a full copy of
* the transaction graph is made, upon which further modifications are made. This copy can
* be inspected, and then either discarded, or the main graph can be replaced by it by
* commiting it. */
* committing it. */
virtual void StartStaging() noexcept = 0;
/** Discard the existing active staging graph (which must exist). */
virtual void AbortStaging() noexcept = 0;