aboutsummaryrefslogtreecommitdiffstats
path: root/src/dispextern.h
diff options
context:
space:
mode:
authorPaul Eggert2011-11-26 20:43:11 -0800
committerPaul Eggert2011-11-26 20:43:11 -0800
commite47695319fc758da7ff07d7084386258b6c8b677 (patch)
treec1cd573850e4dd66b8df696835d52513f10dfc94 /src/dispextern.h
parent83aca1cb6970314dcc6c35c1432ebcac42811926 (diff)
downloademacs-e47695319fc758da7ff07d7084386258b6c8b677.tar.gz
emacs-e47695319fc758da7ff07d7084386258b6c8b677.zip
Spelling fixes.
Diffstat (limited to 'src/dispextern.h')
-rw-r--r--src/dispextern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dispextern.h b/src/dispextern.h
index 3225c1eb46e..5228a71ba3f 100644
--- a/src/dispextern.h
+++ b/src/dispextern.h
@@ -405,7 +405,7 @@ struct glyph
405 { 405 {
406 /* Metrics of a partial glyph of an image (type == IMAGE_GLYPH). */ 406 /* Metrics of a partial glyph of an image (type == IMAGE_GLYPH). */
407 struct glyph_slice img; 407 struct glyph_slice img;
408 /* Start and end indices of glyphs of a graphme cluster of a 408 /* Start and end indices of glyphs of a grapheme cluster of a
409 composition (type == COMPOSITE_GLYPH). */ 409 composition (type == COMPOSITE_GLYPH). */
410 struct { int from, to; } cmp; 410 struct { int from, to; } cmp;
411 /* Pixel offsets for upper and lower part of the acronym. */ 411 /* Pixel offsets for upper and lower part of the acronym. */