]> code.delx.au - gnu-emacs/blobdiff - oldXMenu/X10.h
Remove separate pool for popup dialogs (bug#23856)
[gnu-emacs] / oldXMenu / X10.h
index c30632b9d68c0031f1785571a9da2ffbb5019a19..5e4ca068ba5544e94294fabf3108bb1d6522db39 100644 (file)
@@ -51,7 +51,7 @@ XDrawFilled so it shouldn't be defined.
  */
 typedef struct _XAssoc {
        struct _XAssoc *next;   /* Next object in this bucket. */
-       struct _XAssoc *prev;   /* Previous obejct in this bucket. */
+       struct _XAssoc *prev;   /* Previous object in this bucket. */
        Display *display;       /* Display which owns the id. */
        XID x_id;               /* X Window System id. */
        void *data;             /* Pointer to untyped memory. */