]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Thou shalt not suffer a misplaced apostrophe to live.
authorSimon Tatham <anakin@pobox.com>
Wed, 29 Dec 2010 11:57:04 +0000 (11:57 +0000)
committerSimon Tatham <anakin@pobox.com>
Wed, 29 Dec 2010 11:57:04 +0000 (11:57 +0000)
[originally from svn r9061]

windows/window.c

index f0006f04d04e8e01fe093a7baf2e20d2d39c3824..386f109042dad5eac31291bbfce0525248ee320e 100644 (file)
@@ -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. 
             *