Skip to content

fix: correct 'then' to 'than' typos in config validation error messages - #1

Merged
ppijbb merged 1 commit into
mainfrom
fix/config-validation-typos
Aug 9, 2026
Merged

fix: correct 'then' to 'than' typos in config validation error messages#1
ppijbb merged 1 commit into
mainfrom
fix/config-validation-typos

Conversation

@ppijbb

@ppijbb ppijbb commented Aug 8, 2026

Copy link
Copy Markdown
Owner

Summary

Fixes 7 occurrences of the typo "then" -> "than" in validation error messages within src/config.rs.

Changes

  • src/config.rs: Corrected grammatical typos in validate() error messages where "then" was incorrectly used in place of "than" (e.g., "greater then" -> "greater than").

Note

Found and fixed by SparkleForge (autonomous coworker session run against this repo).

Fixes 7 occurrences of the typo "then" -> "than" in validation error
messages within src/config.rs (validate()): io_thread_count,
wal_file_size, wal_buffer_size, checkpoint_flush_factor,
block_cache_shard_count, and compaction_threshold (x2).

Found and fixed by SparkleForge (coworker session against this repo).
@ppijbb ppijbb self-assigned this Aug 9, 2026
@ppijbb ppijbb added the bug Something isn't working label Aug 9, 2026
@ppijbb
ppijbb merged commit e15be5b into main Aug 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant