summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/export.cpp
diff options
context:
space:
mode:
authorYuri Chornoivan <yurchor@ukr.net>2019-07-01 23:35:16 +0000
committerPatrick Storz <eduard.braun2@gmx.de>2019-07-01 23:35:16 +0000
commit7f3aa2882be5547d5308870bced554502ca4421c (patch)
tree4c6b44f441fa20ac0d409c4c98c160fcaefc00c6 /src/ui/dialog/export.cpp
parentBasque translation update (diff)
downloadinkscape-7f3aa2882be5547d5308870bced554502ca4421c.tar.gz
inkscape-7f3aa2882be5547d5308870bced554502ca4421c.zip
Fix various minor typos
Diffstat (limited to 'src/ui/dialog/export.cpp')
-rw-r--r--src/ui/dialog/export.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ui/dialog/export.cpp b/src/ui/dialog/export.cpp
index 16053238c..160f83965 100644
--- a/src/ui/dialog/export.cpp
+++ b/src/ui/dialog/export.cpp
@@ -724,7 +724,7 @@ void Export::onAreaToggled ()
/* Notice how the switch is used to 'fall through' here to get
various backups. If you modify this without noticing you'll
- probabaly screw something up. */
+ probably screw something up. */
switch (key) {
case SELECTION_SELECTION:
if ((SP_ACTIVE_DESKTOP->getSelection())->isEmpty() == false)
@@ -1422,14 +1422,14 @@ bool Export::bbox_equal(Geom::Rect const &one, Geom::Rect const &two)
* should always check the current selection to see if it is the valid
* one. While this is a performance improvement it is also a usability
* one during the cases where things like selections and drawings match
- * size. This way buttons change less 'randomly' (atleast in the eyes
+ * size. This way buttons change less 'randomly' (at least in the eyes
* of the user). To do this an array is built where the current selection
* type is placed first, and then the others in an order from smallest
* to largest (this can be configured by reshuffling \c test_order).
*
* All of the values in this function are rounded to two decimal places
* because that is what is shown to the user. While everything is kept
- * more accurate than that, the user can't control more acurrate than
+ * more accurate than that, the user can't control more accurate than
* that, so for this to work for them - it needs to check on that level
* of accuracy.
*
@@ -1822,7 +1822,7 @@ void Export::onExportXdpiChange()
*
* This function just calls \c sp_export_value_set_px for each of the
* parameters that is passed in. This allows for setting them all in
- * one convient area.
+ * one convenient area.
*
* Update is set to suspend all of the other test running while all the
* values are being set up. This allows for a performance increase, but