diff options
author | albert-github <albert.tests@gmail.com> | 2021-01-23 10:29:22 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2021-01-23 10:29:22 (GMT) |
commit | 02f0b7c35d0398d1c0080eda1413316c6973e82f (patch) | |
tree | 19b49cb0954b3bfa97d762874118ce8d7048428d | |
parent | b9b9af43e4e79734e3dd678a2049c361ad2618bc (diff) | |
download | Doxygen-02f0b7c35d0398d1c0080eda1413316c6973e82f.zip Doxygen-02f0b7c35d0398d1c0080eda1413316c6973e82f.tar.gz Doxygen-02f0b7c35d0398d1c0080eda1413316c6973e82f.tar.bz2 |
Spelling correction
Some spelling corrections.
-rw-r--r-- | src/htmlattrib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htmlattrib.h b/src/htmlattrib.h index ea3bd04..0a7673f 100644 --- a/src/htmlattrib.h +++ b/src/htmlattrib.h @@ -18,7 +18,7 @@ #include <vector> #include <qcstring.h> -/*! \brief Class reprenting a HTML attibute. */ +/*! \brief Class representing a HTML attribute. */ struct HtmlAttrib { QCString name; |