-
Type:
Improvement
-
Resolution: Unresolved
-
Priority:
Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: None
-
StorEng - Defined Pipeline
-
5
Code reviews sometimes catch spelling errors and typos in the comments of our Python test suite. We shouldn't need to rely on human review for this.
Enhance the s_string to spell check our Python comments. aspell has a `–mode=comment` option that is supposed to only check lines that start with #.
Implementing this ticket will likely require the tedious work of fixing a any spelling errors uncovered by the additional spell checking.