Spelling Fixes (#86056)

## About The Pull Request
Fixes several errors to spelling, grammar, and punctuation.
## Why It's Good For The Game
Improves readability and user experience.
## Changelog
🆑
spellcheck: fixed a few typos
/🆑
This commit is contained in:
klorpa
2024-09-10 17:04:59 +02:00
committed by GitHub
parent feb474550f
commit 69176298ed
65 changed files with 165 additions and 165 deletions
+1 -1
View File
@@ -177,7 +177,7 @@
/**
* use available_amount of sheets/pieces, return TRUE only if all sheets/pieces of this stack were used
* we don't delete this stack when it reaches 0 because we expect the all in one grinder, etc to delete
* this stack if grinding was successfull
* this stack if grinding was successful
*/
use(available_amount, check = FALSE)
return available_amount == current_amount