SERVER-125636: Fix typo in replicated_fast_count_unclean_shutdown.js (#52763)

GitOrigin-RevId: 3f0b8345b0e84f94f75f84507a69ea048eb6d34e
This commit is contained in:
Cedric Sirianni 2026-04-28 13:06:17 -04:00 committed by MongoDB Bot
parent 17bdd8ffbf
commit ac3877e112

View File

@ -1,5 +1,6 @@
/**
* Verifies that fast size and count is accurate after an unclean shutdown that ocurred before size and count deltas were persisted.
* Verifies that fast size and count is accurate after an unclean shutdown that occurred before size
* and count deltas were persisted.
*
* @tags: [
* featureFlagReplicatedFastCount,