Page 1 of 1

Trivial spelling error

Posted: Thu Jul 25, 2013 11:00 am
by davidheffernan
This is the most trivial bug report you are ever likely to get.

I notice that in madDisAsm.pas there is this line:

Code: Select all

CErrorStr_CodeNotInterceptable : PAnsiChar = 'This code is not interceptable due to it''s design.';
Instead of it's you should write its. "It's" is an contraction of "it is", and "its" is the possessive, that is "belonging to it".

I found this by chance doing a global search for uses of "it's" in my own codebase and it just happens that your madExcept code is included in my codebase.

Re: Trivial spelling error

Posted: Thu Jul 25, 2013 1:00 pm
by madshi
Haha, thanks, will fix it.