summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/guic-x11.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-04 01:27:02 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-04 01:27:02 +0000
commit4f24bddbe01ad958f1dd874d1b9c72bc627628ae (patch)
tree7136fb36e50618205eca1943d42829bf973782cb /crawl-ref/source/guic-x11.cc
parente2a897ff86075780500e148cfe9689d9d347cf0e (diff)
downloadcrawl-ref-4f24bddbe01ad958f1dd874d1b9c72bc627628ae.tar.gz
crawl-ref-4f24bddbe01ad958f1dd874d1b9c72bc627628ae.zip
Add spelling fixes where possible: "gray" -> "grey".
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6381 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/guic-x11.cc')
-rw-r--r--crawl-ref/source/guic-x11.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/guic-x11.cc b/crawl-ref/source/guic-x11.cc
index 315cfb37b3..965f3089d4 100644
--- a/crawl-ref/source/guic-x11.cc
+++ b/crawl-ref/source/guic-x11.cc
@@ -1025,7 +1025,7 @@ XImage *read_png (const char *fname)
png_set_packing (png_ptr);
/* sBIT handling is very tricky. If we are extracting only the image, we
- can use the sBIT info for grayscale and color images, if the three
+ can use the sBIT info for greyscale and color images, if the three
values agree. If we extract the transparency/alpha mask, sBIT is
irrelevant for trans and valid for alpha. If we mix both, the
multiplication may result in values that require the normal bit depth,