pylint-errors
C0401 (wrong-spelling-in-comment)
Problematic code:
# to be addded
Correct code:
# to be added
Rationale:
Used when a word in comment is not spelled correctly.
Related resources:
Issue Tracker