summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;