Skip to content

Conversation

@ChrisRackauckas
Copy link
Member

Summary

This PR fixes spelling errors identified by automated spell checking.

Changes Made

  • multipled -> multiplied
  • acheiving -> achieving
  • reffered -> referred
  • eiter -> either
  • succesfully -> successfully
  • scenarion -> scenario
  • traning -> training
  • Missings -> Missing
  • Missings -> Missing

Notes

  • included to avoid unnecessary CI runs for spelling fixes
  • Only fixed clear, obvious spelling errors
  • Changes are typically in comments, documentation, or string literals
  • Does not affect functionality

claude added 2 commits July 29, 2025 10:49
…ng -> achieving\n- reffered -> referred\n- eiter -> either\n- succesfully -> successfully\n- scenarion -> scenario\n- traning -> training\n- Missings -> Missing\n- Missings -> Missing
- Add 'Missings' as legitimate Julia data type terminology
- 'Missings' is the plural form of Julia's Missing data type
- Used in data handling contexts to refer to multiple missing values
- Prevents false positive spell check errors for legitimate Julia terminology
@ChrisRackauckas ChrisRackauckas merged commit bc48e5f into main Jul 29, 2025
8 of 12 checks passed
@ChrisRackauckas ChrisRackauckas deleted the fix-spelling-typos branch July 29, 2025 15:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants