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 | |
| parent | c3c9e25e5d2c222d9f79a503c714b48c06078c08 (diff) | |
| download | emacs-fa46310344375ef5c114cbb94d4acea39ac29239.tar.gz emacs-fa46310344375ef5c114cbb94d4acea39ac29239.zip | |
Spelling fixes.
Diffstat (limited to 'oldXMenu')
| -rw-r--r-- | oldXMenu/X10.h | 2 | ||||
| -rw-r--r-- | oldXMenu/XMenu.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/oldXMenu/X10.h b/oldXMenu/X10.h index c30632b9d68..5e4ca068ba5 100644 --- a/oldXMenu/X10.h +++ b/oldXMenu/X10.h | |||
| @@ -51,7 +51,7 @@ XDrawFilled so it shouldn't be defined. | |||
| 51 | */ | 51 | */ |
| 52 | typedef struct _XAssoc { | 52 | typedef struct _XAssoc { |
| 53 | struct _XAssoc *next; /* Next object in this bucket. */ | 53 | struct _XAssoc *next; /* Next object in this bucket. */ |
| 54 | struct _XAssoc *prev; /* Previous obejct in this bucket. */ | 54 | struct _XAssoc *prev; /* Previous object in this bucket. */ |
| 55 | Display *display; /* Display which owns the id. */ | 55 | Display *display; /* Display which owns the id. */ |
| 56 | XID x_id; /* X Window System id. */ | 56 | XID x_id; /* X Window System id. */ |
| 57 | void *data; /* Pointer to untyped memory. */ | 57 | void *data; /* Pointer to untyped memory. */ |
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 | ||