diff options
| author | Paul Eggert | 2011-12-05 00:55:25 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-12-05 00:55:25 -0800 |
| commit | fa46310344375ef5c114cbb94d4acea39ac29239 (patch) | |
| tree | 4d74de9694db1c199cd9301a27c48b4d4137cf0c /oldXMenu/XMenu.h | |
| parent | c3c9e25e5d2c222d9f79a503c714b48c06078c08 (diff) | |
| download | emacs-fa46310344375ef5c114cbb94d4acea39ac29239.tar.gz emacs-fa46310344375ef5c114cbb94d4acea39ac29239.zip | |
Spelling fixes.
Diffstat (limited to 'oldXMenu/XMenu.h')
| -rw-r--r-- | oldXMenu/XMenu.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/oldXMenu/XMenu.h b/oldXMenu/XMenu.h index aa27211c05c..8e4292f5088 100644 --- a/oldXMenu/XMenu.h +++ b/oldXMenu/XMenu.h | |||
| @@ -152,8 +152,8 @@ typedef struct _xmselect { | |||
| 152 | * | 152 | * |
| 153 | */ | 153 | */ |
| 154 | typedef enum _xmstyle { | 154 | typedef enum _xmstyle { |
| 155 | LEFT, /* Left oriented obejct. */ | 155 | LEFT, /* Left oriented object. */ |
| 156 | RIGHT, /* Right oriented obejct. */ | 156 | RIGHT, /* Right oriented object. */ |
| 157 | CENTER /* Center oriented object. */ | 157 | CENTER /* Center oriented object. */ |
| 158 | } XMStyle; | 158 | } XMStyle; |
| 159 | 159 | ||