summaryrefslogtreecommitdiffstats
path: root/src/2geom
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2013-09-08 21:29:10 +0000
committerJabiertxof <jtx@jtx.marker.es>2013-09-08 21:29:10 +0000
commit36553c85069d88ba5e7b5fba7cd31cc4818a454d (patch)
treef9832fe22e771c66215647a4857ee68fa3f9300b /src/2geom
parentupdate to trunk (diff)
parentAdd a check so objects removed from the document dont crash inkscape, happens... (diff)
downloadinkscape-36553c85069d88ba5e7b5fba7cd31cc4818a454d.tar.gz
inkscape-36553c85069d88ba5e7b5fba7cd31cc4818a454d.zip
update to trunk
(bzr r11950.1.138)
Diffstat (limited to 'src/2geom')
-rw-r--r--src/2geom/generic-rect.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/2geom/generic-rect.h b/src/2geom/generic-rect.h
index bb6f2d2b8..eb9705a4b 100644
--- a/src/2geom/generic-rect.h
+++ b/src/2geom/generic-rect.h
@@ -261,7 +261,7 @@ public:
expandBy(amount, amount);
}
/** @brief Expand the rectangle in both directions.
- * Note that this is different from scaling. Negative values wil shrink the
+ * Note that this is different from scaling. Negative values will shrink the
* rectangle. If <code>-x</code> is larger than
* half of the width, the X interval will contain only the X coordinate
* of the midpoint; same for height. */