aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c
diff options
context:
space:
mode:
authorPaul Eggert2015-10-14 14:46:22 -0700
committerPaul Eggert2015-10-14 14:46:50 -0700
commit943f7f902ed3d7a5ce00bbb5a9cc60e01607b661 (patch)
treea0be093da01a59e6d4d14ea9203e3c7a25cf9106 /src/xterm.c
parent100a96c92ba9cdf49f695edcf74975321eafae2e (diff)
downloademacs-943f7f902ed3d7a5ce00bbb5a9cc60e01607b661.tar.gz
emacs-943f7f902ed3d7a5ce00bbb5a9cc60e01607b661.zip
Spelling fixes
* configure.ac (bitmapdir): Fix misspelling of bmd_acc. * test/automated/coding-tests.el (ert-test-coding-bogus-coding-systems): Fix misspelling of nonexistent file name.
Diffstat (limited to 'src/xterm.c')
-rw-r--r--src/xterm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c
index b0595666954..fcd81a162c9 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -2215,7 +2215,7 @@ x_query_colors (struct frame *f, XColor *colors, int ncolors)
2215 the 0xff00 we'd get by just zero-filling the lower bits. 2215 the 0xff00 we'd get by just zero-filling the lower bits.
2216 2216
2217 We generate a 32-bit scaled-up value and shift it, in case 2217 We generate a 32-bit scaled-up value and shift it, in case
2218 the bit count doesn't divide 16 evently (e.g., when dealing 2218 the bit count doesn't divide 16 evenly (e.g., when dealing
2219 with a 3-3-2 bit RGB display), to get more of the lower bits 2219 with a 3-3-2 bit RGB display), to get more of the lower bits
2220 correct. 2220 correct.
2221 2221