Граф коммитов

2 Коммитов

Автор SHA1 Сообщение Дата
Jon Thysell 57f88c3c66
Spellcheck update 7/11/2023 (#11894)
## Description

This PR runs a spellcheck pass on the repo, fixing typos and updating the ignore list.

### Type of Change
- Bug fix (non-breaking change which fixes an issue)

### Why
N/A

### What
What changes were made to the codebase to solve the bug, add the functionality, etc. that you specified above.

## Screenshots
N/A

## Testing
N/A
2023-07-19 11:36:56 -07:00
Jon Thysell fe7d786b74
Fix typos and add `cspell` configuration (#11536)
## Description

This PR adds configuration files for `cspell`, which is available as a recommended VS Code plugin for this repo. This PR also fixes most "non-breaking" typos (comments, error messages, local names) for code files within the repo.

This PR **does not** add any kind of spell-checking enforcement on the repo.

### Type of Change
N/A

### Why

Clear up misunderstandings in comments / error messages.

### What
What changes were made to the codebase to solve the bug, add the functionality, etc. that you specified above.

## Screenshots
N/A

## Testing
N/A
2023-05-05 13:12:29 -07:00