makeopensource / Classic-RPG

A classic role-playing game with an engine.
GNU General Public License v3.0
7 stars 19 forks source link

style: Fix spelling & cleanup formatting #90

Closed WeirdAlex03 closed 1 year ago

WeirdAlex03 commented 1 year ago

A number of files have a lot of spelling mistakes that I cleaned up.

I also renamed the /Audio/ directory to /audio/ and changed /audio/README.txt to be .md (no material changes, just filetype) for consistency

Proposed changes

Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue.

Types of changes

What types of changes does your code introduce? Put an x in the boxes that apply

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. This is simply a reminder of what we are going to look for before merging your code.

Further comments

If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc...

I recommend the Code Spell Checker extension for VSCode/Codium to automatically identify these problems (that's actually how I identified all the spelling mistakes here). I believe PyCharm should already have one preinstalled and enabled by default.

emilkovacev commented 1 year ago

It doesn't look like the /Audio directory was renamed in the most recent commit

WeirdAlex03 commented 1 year ago

Good catch. It seems the folder rename got stuck in git-limbo, where neither Audio nor audio were being registered as changed. A little finagling and an amend/force push later, we should have all the changes on the commit now