Why is this an issue?

Code that follows a consistent naming convention is self-documenting. In Delphi, all routine names should be in PascalCase.

How to fix it

Rename the routine name to follow the convention.

Resources