fix typo in enum

This commit is contained in:
Dana Jansens 2010-05-17 18:39:22 -04:00
parent 48ad5f6ccd
commit 925e4c5979

View file

@ -92,7 +92,7 @@ typedef enum {
RR_JUSTIFY_LEFT,
RR_JUSTIFY_CENTER,
RR_JUSTIFY_RIGHT,
RR_JUSITFY_NUM_TYPES
RR_JUSTIFY_NUM_TYPES
} RrJustify;
/* Put middle first so it's the default */