清除错误后,codeigniter中的错误保持不变(删除该错误后仍显示错误)

Added function name with keyword "Pblic" in controller , it shows error message

Error Message:

A PHP Error was encountered Severity: Parsing Error

Message: syntax error, unexpected 'pblic' (T_STRING), expecting function (T_FUNCTION)

Filename: controllers/Routine.php

Line Number: 35

After changed that Public keyword , the error message remains same.