diff options
author | corvid <corvid@lavabit.com> | 2009-12-23 01:11:06 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2009-12-23 01:11:06 +0000 |
commit | e6cadb380171147957bf5924f548aacebb0d8556 (patch) | |
tree | f11bbd8685d53b3117bc0c88992d085c0fe0c660 /dw | |
parent | d82c5e1ff224f1d4603a964d26ab1ff4267255e5 (diff) |
typo
Diffstat (limited to 'dw')
-rw-r--r-- | dw/table.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/table.hh b/dw/table.hh index b7264336..d83beade 100644 --- a/dw/table.hh +++ b/dw/table.hh @@ -174,7 +174,7 @@ namespace dw { * minimum. * </ol> * - * Generally, if absolute widths are speficied, they are, instead of the + * Generally, if absolute widths are specified, they are, instead of the * results of dw::core::Widget::getExtremes, taken for the minimal and * maximal width of a cell (minus the box difference, i.e. the difference * between content size and widget size). If the content width |