diff options
| author | Paul Eggert | 2011-11-14 23:55:13 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-11-14 23:55:13 -0800 |
| commit | da6062e6ea440f6cd68db251390fcb91450103ba (patch) | |
| tree | 8643e5ab1b5045cfb22e254412632f671658645f /src/composite.h | |
| parent | 672b871d9838335ac12faaf62793a811f1269a66 (diff) | |
| download | emacs-da6062e6ea440f6cd68db251390fcb91450103ba.tar.gz emacs-da6062e6ea440f6cd68db251390fcb91450103ba.zip | |
Spelling fixes.
Diffstat (limited to 'src/composite.h')
| -rw-r--r-- | src/composite.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/composite.h b/src/composite.h index c57e2a0e9b3..60145b10bd9 100644 --- a/src/composite.h +++ b/src/composite.h | |||
| @@ -41,7 +41,7 @@ enum composition_method { | |||
| 41 | COMPOSITION_NO | 41 | COMPOSITION_NO |
| 42 | }; | 42 | }; |
| 43 | 43 | ||
| 44 | /* Maximum number of compoments a single composition can have. */ | 44 | /* Maximum number of components a single composition can have. */ |
| 45 | #define MAX_COMPOSITION_COMPONENTS 16 | 45 | #define MAX_COMPOSITION_COMPONENTS 16 |
| 46 | 46 | ||
| 47 | /* These macros access information about a composition that | 47 | /* These macros access information about a composition that |