Change "view" to "spot" to prevent repetition

This commit is contained in:
Varriount 2014-08-02 16:50:54 -07:00
parent 417c87417c
commit 1525b30f6c
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ Style Guidelines
by this guide are allowed, careful thought should be put into such practices. by this guide are allowed, careful thought should be put into such practices.
Not all editors support automatic alignment of code sections, and re-aligning Not all editors support automatic alignment of code sections, and re-aligning
long sections of code by hand can quickly become tedius. Furthermore, the large long sections of code by hand can quickly become tedius. Furthermore, the large
changes that re-alignment causes can make it harder to view actual, changes that re-alignment causes can make it harder to spot actual,
program-altering changes when diffs are viewed. program-altering changes when diffs are viewed.
```nimrod ```nimrod
# This is bad, as the next time someone comes # This is bad, as the next time someone comes