summaryrefslogtreecommitdiffstats
path: root/src/display/drawing-item.cpp
diff options
context:
space:
mode:
authorNicolas Dufour <nicoduf@yahoo.fr>2013-10-09 19:09:49 +0000
committerJazzyNico <nicoduf@yahoo.fr>2013-10-09 19:09:49 +0000
commit30422af227381c9aa900690586d25adec4fa262f (patch)
tree7340251d612de5cc98ec63995e33b516a38b1130 /src/display/drawing-item.cpp
parentWin32. Fix for Bug #627943 (Unexpected RegistryTool message on Windows 7). (diff)
downloadinkscape-30422af227381c9aa900690586d25adec4fa262f.tar.gz
inkscape-30422af227381c9aa900690586d25adec4fa262f.zip
Documentation/Translation. Fix for Bug #1236382 (Typos in comments and message, localization context needed) by Yuri Chornoivan.
Fixed bugs: - https://launchpad.net/bugs/1236382 (bzr r12673)
Diffstat (limited to 'src/display/drawing-item.cpp')
-rw-r--r--src/display/drawing-item.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/display/drawing-item.cpp b/src/display/drawing-item.cpp
index 69adcb441..a8257e6e5 100644
--- a/src/display/drawing-item.cpp
+++ b/src/display/drawing-item.cpp
@@ -459,7 +459,7 @@ struct MaskLuminanceToAlpha {
/**
* Rasterize items.
* This method submits the drawing opeartions required to draw this item
- * to the supplied DrawingContext, restricting drawing the the specified area.
+ * to the supplied DrawingContext, restricting drawing the specified area.
*
* This method does some common tasks and calls the item-specific rendering
* function, _renderItem(), to render e.g. paths or bitmaps.