summaryrefslogtreecommitdiffstats
path: root/src/display
diff options
context:
space:
mode:
authorluz.paz <luzpaz@users.noreply.github.com>2018-07-27 20:03:14 +0000
committerluz paz <luzpaz@users.noreply.github.com>2018-09-11 19:26:04 +0000
commitb2722f7fabc00904c99772531b8abda0618d96cb (patch)
treeea3f166a8b8151b1b8725c87dc50fac8d02be93b /src/display
parentMisc. typos (diff)
downloadinkscape-b2722f7fabc00904c99772531b8abda0618d96cb.tar.gz
inkscape-b2722f7fabc00904c99772531b8abda0618d96cb.zip
Several more typos
Diffstat (limited to 'src/display')
-rw-r--r--src/display/drawing-item.cpp2
-rw-r--r--src/display/sp-canvas.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/display/drawing-item.cpp b/src/display/drawing-item.cpp
index 4f2f50ddd..97dd13bac 100644
--- a/src/display/drawing-item.cpp
+++ b/src/display/drawing-item.cpp
@@ -1117,7 +1117,7 @@ DrawingItem::_markForUpdate(unsigned flags, bool propagate)
/**
* Compute the caching score.
*
- * Higher scores mean the item is more aggresively prioritized for automatic
+ * Higher scores mean the item is more aggressively prioritized for automatic
* caching by Inkscape::Drawing.
*/
double
diff --git a/src/display/sp-canvas.cpp b/src/display/sp-canvas.cpp
index 5850cad7a..f1eda1f4e 100644
--- a/src/display/sp-canvas.cpp
+++ b/src/display/sp-canvas.cpp
@@ -174,7 +174,7 @@ enum {
};
/**
- * Callback that removes item from all referers and destroys it.
+ * Callback that removes item from all referrers and destroys it.
*/
void sp_canvas_item_dispose(GObject *object);
void sp_canvas_item_finalize(GObject *object);