diff options
author | Dieter Verfaillie <dieterv@optionexplicit.be> | 2011-11-04 07:41:55 +0100 |
---|---|---|
committer | Alexander Larsson <alexl@redhat.com> | 2011-11-10 17:41:12 +0100 |
commit | 4e10d9604b0a5a22d1105b3eab685f89239a9cc7 (patch) | |
tree | 108b2a23f4d54eeadbb7e9f13a62c46abff02eca /gdk | |
parent | 52be8cb9e99cefa07f57fd4f51047bb3573689d4 (diff) | |
download | gtk+-4e10d9604b0a5a22d1105b3eab685f89239a9cc7.tar.gz |
win32: fix some typos
Diffstat (limited to 'gdk')
-rw-r--r-- | gdk/win32/gdkselection-win32.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdk/win32/gdkselection-win32.c b/gdk/win32/gdkselection-win32.c index ebfbc2b41e..f4e600b4fe 100644 --- a/gdk/win32/gdkselection-win32.c +++ b/gdk/win32/gdkselection-win32.c @@ -587,14 +587,14 @@ _gdk_win32_display_convert_selection (GdkDisplay *display, * it. * * If the data is from Mozilla Firefox or IE7, and - * starts with an "oldfashioned" BITMAPINFOHEADER, + * starts with an "old fashioned" BITMAPINFOHEADER, * i.e. with biSize==40, and biCompression == BI_RGB and * biBitCount==32, we assume that the "extra" byte in * each pixel in fact is alpha. * * The gdk-pixbuf bmp loader doesn't trust 32-bit BI_RGB - * nitmaps to in fact have alpha, so we have to convince - * it by changint the bitmap header to a version 5 + * bitmaps to in fact have alpha, so we have to convince + * it by changing the bitmap header to a version 5 * BI_BITFIELDS one with explicit alpha mask indicated. * * The RGB bytes that are in bitmaps on the clipboard |