diff options
| author | Paul Eggert | 2011-11-26 20:43:11 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-11-26 20:43:11 -0800 |
| commit | e47695319fc758da7ff07d7084386258b6c8b677 (patch) | |
| tree | c1cd573850e4dd66b8df696835d52513f10dfc94 /src/dispextern.h | |
| parent | 83aca1cb6970314dcc6c35c1432ebcac42811926 (diff) | |
| download | emacs-e47695319fc758da7ff07d7084386258b6c8b677.tar.gz emacs-e47695319fc758da7ff07d7084386258b6c8b677.zip | |
Spelling fixes.
Diffstat (limited to 'src/dispextern.h')
| -rw-r--r-- | src/dispextern.h | 2 |
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. */ |