diff options
author | Gevel Tekens <geveltekens@gmail.com> | 2025-02-04 23:13:27 +0100 |
---|---|---|
committer | Rodrigo Arias Mallo <rodarima@gmail.com> | 2025-02-05 21:50:39 +0100 |
commit | 6cd133d2f242d36bd48ddea44acd868f70782d0b (patch) | |
tree | d6846c0e13706fb1dbb94885cb2980a639d22735 /dw/table.hh | |
parent | 0c7e087fbd0278da9a39bd16ab9385073f1f495c (diff) |
Fix several typos
See: https://lists.mailman3.com/hyperkitty/list/dillo-dev@mailman3.com/thread/L3FFAINJJMIOZQNID5HC2DHKJIIIHEYH/
Diffstat (limited to 'dw/table.hh')
-rw-r--r-- | dw/table.hh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dw/table.hh b/dw/table.hh index ad1a2ddc..63c79739 100644 --- a/dw/table.hh +++ b/dw/table.hh @@ -69,7 +69,7 @@ namespace dw { * [A] In this case, the new calculation is \em not forced, but only * done, when necessary. * - * [B] In this case, the new calculation is allways necessary, since [C] + * [B] In this case, the new calculation is always necessary, since [C] * is the case. * * [C] Whether this function is called, depends on NEEDS_RESIZE / @@ -378,7 +378,7 @@ private: lout::misc::SimpleVector<core::Extremes> *colExtremes; /** - * \brief Wether the column itself (in the future?) or at least one + * \brief Whether the column itself (in the future?) or at least one * cell in this column or spanning over this column has CSS * 'width' specified. * @@ -389,7 +389,7 @@ private: int numColWidthSpecified; /** - * \brief Wether the column itself (in the future?) or at least one + * \brief Whether the column itself (in the future?) or at least one * cell in this column or spanning over this column has CSS * 'width' specified *as percentage value*. * |