Proofreading: Change most usages of "specially" to "especially"

The word "specially" was routinely used where "especially" fits better (imo).

The following commands were used, followed by manually proofreading each case.

find . -type f -exec sed 's/Specially/Especially/g' -i'' {} +
find . -type f -exec sed 's/specially/especially/g' -i'' {} +
find . -type f -exec sed 's/eespecially/especially/g' -i'' {} +
find . -type f -exec sed 's/Eespecially/Especially/g' -i'' {} +
This commit is contained in:
Robbie Cooper
2017-10-27 23:30:45 -04:00
parent 1c8b7ea324
commit 51ab7b8795
13 changed files with 15 additions and 15 deletions

View File

@@ -138,7 +138,7 @@ Member Variables
Numeric Constants
-----------------
- **ANIMATION_PROCESS_PHYSICS** = **0** --- Process animation during the physics process. This is specially useful when animating physics bodies.
- **ANIMATION_PROCESS_PHYSICS** = **0** --- Process animation during the physics process. This is especially useful when animating physics bodies.
- **ANIMATION_PROCESS_IDLE** = **1** --- Process animation during the idle process.
Description