Trivial spelling error

delphi package - full disassembler
Post Reply
davidheffernan
Posts: 89
Joined: Thu Feb 23, 2012 12:22 pm

Trivial spelling error

Post 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.
madshi
Site Admin
Posts: 10749
Joined: Sun Mar 21, 2004 5:25 pm

Re: Trivial spelling error

Post by madshi »

Haha, thanks, will fix it.
Post Reply