diff options
author | Sebastian Geerken <devnull@localhost> | 2013-11-18 20:51:17 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2013-11-18 20:51:17 +0100 |
commit | 4d1af64ac56cf2a7c43e602269e4e02eeb29ab13 (patch) | |
tree | 98470fa17aabd5b6d5b5faf2408bcab15c1095cc | |
parent | 8cd7a4c4d26753499413b6223a9c0a51588a2a73 (diff) |
Typo.
-rw-r--r-- | dw/table.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/table.cc b/dw/table.cc index dcbc4b4a..8be39fc3 100644 --- a/dw/table.cc +++ b/dw/table.cc @@ -801,7 +801,7 @@ void Table::forceCalcColumnExtremes () } else { if (core::style::isPerLength (colPercents->get(i))) { // multiplyWithPerLength would cause rounding errors, - // therefore the depricicated way, using perLengthVal: + // therefore the deprecated way, using perLengthVal: wMin = misc::max (colExtremes->getRef(i)->minWidth, (int)(availSpanMinW * core::style::perLengthVal |