void Debug_init(TheDebug * theDebug);
int Debug_fill(TheArgs *theArgs, TheStats *theStats, TheDebug * theDebug, int i, char *evtStatus);
void Debug_print(TheArgs *theArgs, TheStats *theStats, TheDebug * theDebug);
-void Debug_printBrokenTrigMissmatch(TheArgs *theArgs, TheStats *theStats);
-void Debug_printPopTrigMissmatch(TheArgs *theArgs, TheStats *theStats, TheDebug * theDebug, int qi);
-
+void Debug_printBrokenTrigMismatch(TheArgs *theArgs, TheStats *theStats);
+void Debug_printPopTrigMismatch(TheArgs *theArgs, TheStats *theStats, TheDebug * theDebug, int qi);
#endif