diff options
Diffstat (limited to 'dw/tablecell.cc')
-rw-r--r-- | dw/tablecell.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/tablecell.cc b/dw/tablecell.cc index e2588c0b..5f125bac 100644 --- a/dw/tablecell.cc +++ b/dw/tablecell.cc @@ -30,7 +30,7 @@ namespace dw { * * Once I understand how diamond inheritance works, a class TableCell * will be provided, from which SimpleTableCell and AlignedTableCell - * will inherit, additionaly (in a multiple way). + * will inherit, additionally (in a multiple way). */ namespace tablecell { |