From: simon Date: Wed, 29 Dec 2010 11:57:04 +0000 (+0000) Subject: Thou shalt not suffer a misplaced apostrophe to live. X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/commitdiff_plain/ec4ab1cb8c6aa0dadcb8564b27ba1557a22dc404?hp=19caf3185084d85a282e088cf6b7ca5cb81ce049 Thou shalt not suffer a misplaced apostrophe to live. git-svn-id: svn://svn.tartarus.org/sgt/putty@9061 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/windows/window.c b/windows/window.c index f0006f04..386f1090 100644 --- a/windows/window.c +++ b/windows/window.c @@ -3404,7 +3404,7 @@ void do_text_internal(Context ctx, int x, int y, wchar_t *text, int len, if (bold_mode == BOLD_SHADOW && (attr & ATTR_BOLD)) { SetBkMode(hdc, TRANSPARENT); - /* GRR: This draws the character outside it's box and can leave + /* GRR: This draws the character outside its box and can leave * 'droppings' even with the clip box! I suppose I could loop it * one character at a time ... yuk. *