diff options
-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; |