]> git.donarmstrong.com Git - xournal.git/blobdiff - src/xournal.h
Add internationalization support.
[xournal.git] / src / xournal.h
index f6cc9675342dc538ccc093148a425bcbc95d8697..8e2aff618342384bc35698e46f34a6ecf87d0379 100644 (file)
@@ -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