Correct some typos

This commit is contained in:
2018-07-22 19:07:58 +02:00
committed by David Carlier
parent e7b78be8e5
commit ceca007cd1
6 changed files with 21 additions and 21 deletions

View File

@@ -379,7 +379,7 @@ PH7_PRIVATE sxi32 PH7_ClassImplement(ph7_class *pMain, ph7_class *pInterface) {
/* Install in the interface container */
SySetPut(&pMain->aInterface, (const void *)&pInterface);
/* TICKET 1433-49/1: Symisc eXtension
* A class may not implemnt all declared interface methods,so there
* A class may not implement all declared interface methods,so there
* is no need for a method installer loop here.
*/
return SXRET_OK;