summaryrefslogtreecommitdiff
path: root/cosv/inc/cosv/tpl/dyn.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cosv/inc/cosv/tpl/dyn.hxx')
-rw-r--r--cosv/inc/cosv/tpl/dyn.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cosv/inc/cosv/tpl/dyn.hxx b/cosv/inc/cosv/tpl/dyn.hxx
index 91ad5dff0359..72cb3ece6ac7 100644
--- a/cosv/inc/cosv/tpl/dyn.hxx
+++ b/cosv/inc/cosv/tpl/dyn.hxx
@@ -45,7 +45,7 @@ namespace csv
Dyn forbids the CopyC'tor and operator=(). So you can't incidentally
run into problems with compiler defined CopyC'tor or operator=() of the
- owning class. If you need those, you have to define them explicitely - as
+ owning class. If you need those, you have to define them explicitly - as
you should do anyway with all classes, that own members on the heap.
Dyn also works with incomplete types.