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 /test/dw/form.hh | |
parent | 0c7e087fbd0278da9a39bd16ab9385073f1f495c (diff) |
Fix several typos
See: https://lists.mailman3.com/hyperkitty/list/dillo-dev@mailman3.com/thread/L3FFAINJJMIOZQNID5HC2DHKJIIIHEYH/
Diffstat (limited to 'test/dw/form.hh')
-rw-r--r-- | test/dw/form.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/dw/form.hh b/test/dw/form.hh index ab5b90d5..b379e14a 100644 --- a/test/dw/form.hh +++ b/test/dw/form.hh @@ -9,8 +9,8 @@ namespace form { /** * \brief Handles HTML form data. * - * Add resources by calling the respective add...Resource method. Furtermore, - * this class impelements dw::core::ui::ButtonResource::ClickedReceiver, the + * Add resources by calling the respective add...Resource method. Furthermore, + * this class implements dw::core::ui::ButtonResource::ClickedReceiver, the * form data is printed to stdout, when the "clicked" signal is received. * * \todo wrong comment |