--- hatari/tests/debugger/test-evaluate.c 2019/04/09 08:56:15 1.1.1.4 +++ hatari/tests/debugger/test-evaluate.c 2019/04/09 08:57:29 1.1.1.5 @@ -40,7 +40,7 @@ int main(int argc, const char *argv[]) const char *expression, *errstr; Uint32 result; - /* set values needed by above succesful calculations */ + /* set values needed by above successful calculations */ nVBLs = VBL_VALUE; memset(Regs, 0, sizeof(Regs)); Regs[REG_D0] = 10;