docs: Fix spelling

This commit is contained in:
Wilson Snyder
2022-12-09 22:39:41 -05:00
parent d61ad04f32
commit a0e7930036
18 changed files with 47 additions and 42 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ struct V3OptionParser::Impl {
#define V3OPTION_PARSER_DEF_ACT_CLASS(className, type, body, enType) \
template <> \
class V3OptionParser::Impl::className<type> final : public ActionBase<enType> { \
type* const m_valp; /* Pointer to a option variable*/ \
type* const m_valp; /* Pointer to an option variable*/ \
\
public: \
explicit className(type* valp) \