Conversation
Port typo fixes originally made in PrefLib-www (e628e26, June 2023 typo_fixes stack) to current upstream/main datasets/. Covers glasgow, ski, web, shirt, cleanweb, oakland, pierce, sf, sl, takomapark, frenchapproval, frenchrate, frenchratecombi, kidney. Excludes datasets_old_format/ legacy copies and LFS .dat blobs. Co-authored-by: opencode <opencode@anomalyco.ai>
00072 was added after the 2021 PrefLib-www typo sweep and repeats the same Presidental typo fixed in 00026. Co-authored-by: opencode <opencode@anomalyco.ai>
The workflow file itself carried the typo, so the README link was technically correct. Rename the file and update the README URL to match. No workflow content changed. Co-authored-by: opencode <opencode@anomalyco.ai> Co-authored-by: Open Interpreter <>
- polis: reformated -> reformatted - habermas: agregating -> aggregating - scotus: betwen -> between Co-authored-by: opencode <opencode@anomalyco.ai> Co-authored-by: Open Interpreter <>
- sanitychecks.py: infor -> info (user-facing message) - convert/polis.py: reformated -> reformatted (template that generates the polis info.txt, mirrors the info.txt fix) Co-authored-by: opencode <opencode@anomalyco.ai>
endolith
marked this pull request as ready for review
September 13, 2026 19:52
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ports typo fixes from the pre-rewrite lineage that never landed upstream.
Background: these were first fixed in endolith/PrefLib-www@e628e26 ("Fix many typos", Dec 2021) and carried through a June 2023 typo-fix stack, but upstream history was re-imported fresh in March 2024 so the fixes were lost. [I think I made a previous PR on the old repo and it was never merged.]
Commits (5):
Codespell notes: scanned info.txt files, READMEs, FORMAT_SPECIFICATION.md, scripts, and workflows. Remaining hits are false positives (TOI file-format abbreviation, Mose (person's name), fpt (part of URL), Berkley (official spelling used by that dataset), Alltime (dataset name), Ot/Usag (truncated team names), Polish/German/French words in poll data) or real-world names inside data files, which were deliberately left untouched.
— opencode