emptyness -> emptiness

Change-Id: Id04bea1d07735511acb6d29c96c46d4dea222c0c
This commit is contained in:
Julien Nabet
2013-11-23 23:09:04 +01:00
parent 9f3aa81c5d
commit 12be7ad5b6

View File

@@ -41,7 +41,7 @@ namespace basegfx
// special-casing the empty rect case (this will fail most // special-casing the empty rect case (this will fail most
// of the times below, because of the DBL_MIN/MAX special // of the times below, because of the DBL_MIN/MAX special
// values denoting emptyness in the rectangle. // values denoting emptiness in the rectangle.
if( a.isEmpty() ) if( a.isEmpty() )
{ {
o_rRanges.push_back( b ); o_rRanges.push_back( b );