summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2020-10-10 19:59:57 (GMT)
committeralbert-github <albert.tests@gmail.com>2020-10-10 19:59:57 (GMT)
commit7a1e45e841cec844d381f955f0e2904735ee0986 (patch)
tree32bd1ae12ae9011a3fca9cb54e6e4da6073716c6 /src
parent6568c6fa0bdaff8337cfccfe10888c29a28d6128 (diff)
downloadDoxygen-7a1e45e841cec844d381f955f0e2904735ee0986.zip
Doxygen-7a1e45e841cec844d381f955f0e2904735ee0986.tar.gz
Doxygen-7a1e45e841cec844d381f955f0e2904735ee0986.tar.bz2
Spelling error
Corrected spelling error (Found by Fossies).
Diffstat (limited to 'src')
-rw-r--r--src/scopedtypevariant.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scopedtypevariant.h b/src/scopedtypevariant.h
index 5f7a358..2648a3a 100644
--- a/src/scopedtypevariant.h
+++ b/src/scopedtypevariant.h
@@ -78,7 +78,7 @@ class ScopedTypeVariant
m_variant = Local;
m_u.localDef = new LocalDef;
}
- //! copy contructor
+ //! copy constructor
ScopedTypeVariant(const ScopedTypeVariant &stv)
{
m_variant = stv.m_variant;