summaryrefslogtreecommitdiff
path: root/cosv
diff options
context:
space:
mode:
authorLior Kaplan <kaplanlior@gmail.com>2011-12-01 23:41:42 +0200
committerLior Kaplan <kaplanlior@gmail.com>2011-12-01 23:41:42 +0200
commite10fc18fb2c74ac3e432ffaa2b1c125110fe2eeb (patch)
tree89eeb4275f134a589f5a6fe9be392a40fd86d4ee /cosv
parent9ee19c8fad2c3c29c4ff4cc6c37ba8d24d641ccc (diff)
typo fix: explicitely -> explicitly
Diffstat (limited to 'cosv')
-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.