X-Git-Url: https://git.donarmstrong.com/?p=xournal.git;a=blobdiff_plain;f=src%2Fxournal.h;h=8e2aff618342384bc35698e46f34a6ecf87d0379;hp=f6cc9675342dc538ccc093148a425bcbc95d8697;hb=e648cece76b671b5b0e165acc6d14178e8de1000;hpb=8d8f9e44b17ef9737084eea7693072e4777a0609 diff --git a/src/xournal.h b/src/xournal.h index f6cc967..8e2aff6 100644 --- a/src/xournal.h +++ b/src/xournal.h @@ -134,7 +134,7 @@ struct UndoErasureData; typedef struct Item { int type; struct Brush brush; // the brush to use, if ITEM_STROKE - // 'brush" also contains color info for text items + // 'brush' also contains color info for text items GnomeCanvasPoints *path; gdouble *widths; GnomeCanvasItem *canvas_item; // the corresponding canvas item, or NULL